Skip to content

Commit 0ba4c2a

Browse files
Incremented version to 3.1.
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent 1b624e4 commit 0ba4c2a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '3.0'
59+
version = '3.1'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '3.0'
61+
release = '3.1'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import unittest
99

1010
MAJOR_VERSION = 3
11-
MINOR_VERSION = 0
11+
MINOR_VERSION = 1
1212

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

0 commit comments

Comments
 (0)