diff --git a/docs/source/conf.py b/docs/source/conf.py index c6dfbb71..49c00c9c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/nw/__init__.py b/nw/__init__.py index 3373a34f..ccc49e66 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -41,9 +41,9 @@ __package__ = "nw" __author__ = "Veronica Berglyd Olsen" __copyright__ = "Copyright 2018–2020, 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"