Bumped version to 0.11

This commit is contained in:
Veronica K. B. Olsen
2020-08-08 14:06:45 +02:00
parent edb556ba91
commit 9431af6330
2 changed files with 5 additions and 5 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.2"
version = "0.11.0"
# The full version, including alpha/beta/rc tags
release = "0.10.2"
release = "0.11.0"
# -- General configuration ---------------------------------------------------
+3 -3
View File
@@ -41,9 +41,9 @@ __package__ = "nw"
__author__ = "Veronica Berglyd Olsen"
__copyright__ = "Copyright 20182020, Veronica Berglyd Olsen"
__license__ = "GPLv3"
__version__ = "0.10.2"
__hexversion__ = "0x001002f0"
__date__ = "2020-07-29"
__version__ = "0.11.0"
__hexversion__ = "0x001100f0"
__date__ = "2020-08-08"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__status__ = "Beta"