We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a722bdf commit 75841bfCopy full SHA for 75841bf
devcycle_python_sdk/VERSION.txt
@@ -1 +1 @@
1
-2.0.0
+2.0.1
test/util/test_version.py
@@ -9,7 +9,7 @@
9
10
class VersionTest(unittest.TestCase):
11
def test_sdk_version(self):
12
- expected_version = "2.0.0"
+ expected_version = "2.0.1"
13
version = sdk_version()
14
self.assertEqual(version, expected_version)
15
0 commit comments