Release 0.3.2

This commit is contained in:
Veronica K. B. Olsen
2019-10-27 17:48:29 +01:00
parent cd3c32b2ff
commit 6565438bdf
3 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
from distutils.core import setup
setup(
name="novelwriter",
version="0.3.1",
version="0.3.2",
py_modules=["nw"],
)