We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb691c commit 9cb4214Copy full SHA for 9cb4214
README.md
@@ -3,7 +3,8 @@
3
A python website designed to allow a easy way to
4
store your notes in markdown format and display them as HTML.
5
6
- Take note this project is currently in early stages of development, this warning will be removed when v1.0 is released
+> Take note this project is currently in early stages of development,
7
+this warning will be removed when v1.0 is released
8
9
- [Docs](docs/index.md)
10
- [License](LICENSE)
src/note_mark/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.0.0"
+__version__ = "0.1.0"
0 commit comments