diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-19 21:25:50 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-19 21:25:50 +0200 |
commit | 24a3c67d1397f5c2802e71c2160c3ec9524df220 (patch) | |
tree | 0e252ab676fb549e116105b2652da986c48f5b39 /python | |
parent | 057be7680bfbf29a5e3922100f816368c2ab4724 (diff) | |
download | refcat-24a3c67d1397f5c2802e71c2160c3ec9524df220.tar.gz refcat-24a3c67d1397f5c2802e71c2160c3ec9524df220.zip |
v0.1.1
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 b794fd4..df9144c 100644 --- a/python/refcat/__init__.py +++ b/python/refcat/__init__.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.1.1' |