diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-28 22:47:20 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-28 22:47:20 +0200 |
commit | fc60494446344e82a2db3bc080efcc79d2e6ba91 (patch) | |
tree | bf9ea66a152af4cee010d042c507296b518902db /python | |
parent | 9c7562598fc6c9d58c179816cf98d829e5c1e454 (diff) | |
download | refcat-fc60494446344e82a2db3bc080efcc79d2e6ba91.tar.gz refcat-fc60494446344e82a2db3bc080efcc79d2e6ba91.zip |
v0.1.5
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 7525d19..66a87bb 100644 --- a/python/refcat/__init__.py +++ b/python/refcat/__init__.py @@ -1 +1 @@ -__version__ = '0.1.4' +__version__ = '0.1.5' |