Skip to content

Commit 358be4a

Browse files
author
Dave Johnston
authored
Merge pull request #36 from harness/maint/bumpTo1.1.0
MAINIT - Bump python version to 1.1.0
2 parents 4066fc1 + c40b476 commit 358be4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

featureflags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Enver Bisevac"""
44
__email__ = "[email protected]"
5-
__version__ = '1.0.6'
5+
__version__ = '1.1.0'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.6
2+
current_version = 1.1.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
test_suite="tests",
5757
tests_require=test_requirements,
5858
url="https://github.com/drone/ff-python-server-sdk",
59-
version='1.0.6',
59+
version='1.1.0',
6060
zip_safe=False,
6161
)

0 commit comments

Comments
 (0)