Updated version and changelog

This commit is contained in:
Veronica K. B. Olsen
2019-10-20 16:45:06 +02:00
parent 86911ace70
commit 2ac8f371ec
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
from distutils.core import setup
setup(
name="novelwriter",
version="0.3",
version="0.3.1",
py_modules=["nw"],
)