Release 0.3

This commit is contained in:
Veronica K. B. Olsen
2019-10-19 13:50:59 +02:00
parent 58a04d607c
commit a63d3bf842
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
from distutils.core import setup
setup(
name="novelwriter",
version="0.2.3",
version="0.3",
py_modules=["nw"],
)