From 80563dd4b05ec6434ece4abdc307eef611c26f5c Mon Sep 17 00:00:00 2001 From: Tjelvar Olsson Date: Wed, 27 May 2020 14:23:14 +0100 Subject: [PATCH] Update version number to 0.23.1 --- docs/source/conf.py | 2 +- dtool_create/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b7c9224..0fc8a1f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,7 +55,7 @@ # built documents. # # The short X.Y version. -version = u"0.23.0" +version = u"0.23.1" # The full version, including alpha/beta/rc tags. release = version diff --git a/dtool_create/__init__.py b/dtool_create/__init__.py index fc48b62..ef4de83 100644 --- a/dtool_create/__init__.py +++ b/dtool_create/__init__.py @@ -1,3 +1,3 @@ """dtool-create package.""" -__version__ = "0.23.0" +__version__ = "0.23.1" diff --git a/setup.py b/setup.py index 504ec1f..5c413ca 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup url = "https://github.com/jic-dtool/dtool-create" -version = "0.23.0" +version = "0.23.1" readme = open('README.rst').read() setup(