Skip to content

Commit d82dc13

Browse files
Updated version to 2.10.
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent 628a519 commit d82dc13

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 = '2.9'
59+
version = '2.10'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '2.9'
61+
release = '2.10'
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
@@ -5,7 +5,7 @@
55
import platform
66

77
MAJOR_VERSION = 2
8-
MINOR_VERSION = 9
8+
MINOR_VERSION = 10
99

1010
class build(build_module.build):
1111
def run(self):

0 commit comments

Comments
 (0)