Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit c75afb9

Browse files
Merge pull request #4 from discogs/bump-version
Bump version to 0.1.3
2 parents fe822ae + fea335c commit c75afb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cas_client/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 1, 2)
1+
__version_info__ = (0, 1, 3)
22
__version__ = '.'.join(str(_) for _ in __version_info__)

0 commit comments

Comments
 (0)