Release 0.2.2

This commit is contained in:
Veronica K. B. Olsen
2019-09-29 19:07:05 +02:00
parent 5d93b4367e
commit abfa164e31
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
from distutils.core import setup
setup(
name="novelwriter",
version="0.2.1",
version="0.2.2",
py_modules=["nw"],
)