Bumped version to 0.10.1

This commit is contained in:
Veronica K. B. Olsen
2020-07-11 12:58:26 +02:00
parent 202a413503
commit c174386e04
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ copyright = "2018-2020, Veronica Berglyd Olsen"
author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "0.10.0"
version = "0.10.1"
# The full version, including alpha/beta/rc tags
release = "0.10.0"
release = "0.10.1"
# -- General configuration ---------------------------------------------------
+3 -3
View File
@@ -40,9 +40,9 @@ __package__ = "novelWriter"
__author__ = "Veronica Berglyd Olsen"
__copyright__ = "Copyright 20182020, Veronica Berglyd Olsen"
__license__ = "GPLv3"
__version__ = "0.10.0"
__hexversion__ = "0x001000f0"
__date__ = "2020-06-30"
__version__ = "0.10.1"
__hexversion__ = "0x001001f0"
__date__ = "2020-07-11"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__status__ = "Pre-Release"
+1 -1
View File
@@ -6,7 +6,7 @@ with open("README.md", "r") as inFile:
setuptools.setup(
name = "novelWriter",
version = "0.10.0",
version = "0.10.1",
author = "Veronica Berglyd Olsen",
author_email = "code@vkbo.net",
description = "A markdown-like document editor for writing novels",