Skip to content

Commit 03c179f

Browse files
Incremented version to 2.11.
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent c8ee08e commit 03c179f

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.10'
59+
version = '2.11'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '2.10'
61+
release = '2.11'
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 = 10
8+
MINOR_VERSION = 11
99

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

0 commit comments

Comments
 (0)