Skip to content

Commit

Permalink
bumping versions (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hoefgen authored Jun 20, 2023
1 parent a722bdf commit 75841bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devcycle_python_sdk/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1
2 changes: 1 addition & 1 deletion test/util/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class VersionTest(unittest.TestCase):
def test_sdk_version(self):
expected_version = "2.0.0"
expected_version = "2.0.1"
version = sdk_version()
self.assertEqual(version, expected_version)

Expand Down

0 comments on commit 75841bf

Please sign in to comment.