Skip to content

Commit 9cb4214

Browse files
committed
Bump version & fix README.md
1 parent 6fb691c commit 9cb4214

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
A python website designed to allow a easy way to
44
store your notes in markdown format and display them as HTML.
55

6-
Take note this project is currently in early stages of development, this warning will be removed when v1.0 is released
6+
> Take note this project is currently in early stages of development,
7+
this warning will be removed when v1.0 is released
78

89
- [Docs](docs/index.md)
910
- [License](LICENSE)

src/note_mark/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)