Skip to content

Commit

Permalink
Iterate version number to differentiate development version
Browse files Browse the repository at this point in the history
from latest release.
  • Loading branch information
shawnbrown committed Dec 18, 2020
1 parent 238bef5 commit 6fae474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datatest/__init__.py
Expand Up @@ -27,7 +27,7 @@
from ._vendor.repeatingcontainer import RepeatingContainer


__version__ = '0.11.0'
__version__ = '0.12.0.dev1'


#############################################
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -88,7 +88,7 @@
#
# The short X.Y version.
#from datatest import __version__
__version__ = '0.11.0'
__version__ = '0.12.0.dev1'
version = __version__

# The full version, including alpha/beta/rc tags.
Expand Down

0 comments on commit 6fae474

Please sign in to comment.