Updated version and changelog

This commit is contained in:
Veronica K. B. Olsen
2020-05-23 21:30:58 +02:00
parent a5e4f89d50
commit e2e4d7836c
5 changed files with 11 additions and 12 deletions
+1 -3
View File
@@ -6,7 +6,7 @@ with open("README.md", "r") as inFile:
setuptools.setup(
name = "novelWriter",
version = "0.5.2",
version = "0.6",
author = "Veronica Berglyd Olsen",
author_email = "code@vkbo.net",
description = "A markdown-like document editor for writing novels",
@@ -40,7 +40,5 @@ setuptools.setup(
"pyqt5",
"lxml",
"pyenchant",
"latexcodec",
"pypandoc",
],
)