Skip to content

Commit

Permalink
Update version number to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjelvar Olsson committed May 27, 2020
1 parent 86992f4 commit 80563dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dtool_create/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""dtool-create package."""

__version__ = "0.23.0"
__version__ = "0.23.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit 80563dd

Please sign in to comment.