diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-08 21:29:26 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-08 21:29:26 +0200 |
commit | 2051913b491e06104915f66ef5df519cf66d3a25 (patch) | |
tree | 2bec0a0e1d4e41edc452efc101a7994dfc6b7275 /python | |
parent | e74e24b0825104ba48b29a7622e1c3115111f979 (diff) | |
download | refcat-2051913b491e06104915f66ef5df519cf66d3a25.tar.gz refcat-2051913b491e06104915f66ef5df519cf66d3a25.zip |
v0.1.2
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 df9144c..10939f0 100644 --- a/python/refcat/__init__.py +++ b/python/refcat/__init__.py @@ -1 +1 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' |