Skip to content

Commit

Permalink
Updated Version to v4.1.
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 Jul 1, 2019
1 parent 7acc5e0 commit b03038b
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.0'
version = '4.1'
# The full version, including alpha/beta/rc tags.
release = '4.0'
release = '4.1'

# 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 = 0
MINOR_VERSION = 1

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

0 comments on commit b03038b

Please sign in to comment.