Skip to content

Commit 75841bf

Browse files
bumping versions (#30)
1 parent a722bdf commit 75841bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devcycle_python_sdk/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

test/util/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class VersionTest(unittest.TestCase):
1111
def test_sdk_version(self):
12-
expected_version = "2.0.0"
12+
expected_version = "2.0.1"
1313
version = sdk_version()
1414
self.assertEqual(version, expected_version)
1515

0 commit comments

Comments
 (0)