Skip to content

Commit 1ca12a6

Browse files
committed
bump version to 1.1.0
1 parent e4f8306 commit 1ca12a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = "1.0"
64+
version = "1.1"
6565
# The full version, including alpha/beta/rc tags.
66-
release = "1.0.7"
66+
release = "1.1.0"
6767

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
__version__ = "1.0.7"
4+
__version__ = "1.1.0"
55

66

77
requirements_filepath = os.path.join(os.path.dirname(__name__), "requirements.txt")

0 commit comments

Comments
 (0)