Skip to content

Commit

Permalink
Incremented version to 4.5.
Browse files Browse the repository at this point in the history
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
  • Loading branch information
drebbe-intrepid committed Sep 8, 2020
1 parent c042cef commit 2bbd3c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '4.4'
version = '4.5'
# The full version, including alpha/beta/rc tags.
release = '4.4'
release = '4.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import unittest

MAJOR_VERSION = 4
MINOR_VERSION = 4
MINOR_VERSION = 5

def _run_tests():
directory = os.path.abspath(os.path.dirname(sys.modules['__main__'].__file__))
Expand Down

0 comments on commit 2bbd3c7

Please sign in to comment.