Skip to content

Commit

Permalink
Increase version number to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleju committed Feb 5, 2020
1 parent bc62507 commit 7443efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = u'0.3.0'
version = u'0.4.0'
# The full version, including alpha/beta/rc tags.
release = u'0.3.0'
release = u'0.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion imgaug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
import imgaug.parameters as parameters
import imgaug.dtypes as dtypes

__version__ = '0.3.0'
__version__ = '0.4.0'

0 comments on commit 7443efb

Please sign in to comment.