Skip to content

Commit

Permalink
Incremented version to v4.3.
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 18, 2019
1 parent 202eb8d commit 6371d89
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.2'
version = '4.3'
# The full version, including alpha/beta/rc tags.
release = '4.2'
release = '4.3'

# 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 = 2
MINOR_VERSION = 3

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

0 comments on commit 6371d89

Please sign in to comment.