diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-03 01:49:36 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-03 01:49:36 +0200 |
commit | 9cb4d22880ab5f3ac77a722c2a5c1715ca7c6c28 (patch) | |
tree | 3abb556e0822626e428d9358c94b4caf90b2f6cf /python | |
parent | 8299755d7d415ae4084e822aa1b537a6d6706fb9 (diff) | |
download | refcat-9cb4d22880ab5f3ac77a722c2a5c1715ca7c6c28.tar.gz refcat-9cb4d22880ab5f3ac77a722c2a5c1715ca7c6c28.zip |
refcat v0.1.3
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/__init__.py b/python/refcat/__init__.py index 10939f0..8ce9b36 100644 --- a/python/refcat/__init__.py +++ b/python/refcat/__init__.py @@ -1 +1 @@ -__version__ = '0.1.2' +__version__ = '0.1.3' |