diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-22 02:10:06 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-22 02:10:06 +0200 |
commit | 8d56b68dfc635f3011207ec5c00f08799efc4aab (patch) | |
tree | 5923f6cefaebde419f1fe5a0fe2ced4349ed10b2 /python | |
parent | 29f49b3b5e37d48a15b95f8c45f4d860c5f18686 (diff) | |
download | refcat-8d56b68dfc635f3011207ec5c00f08799efc4aab.tar.gz refcat-8d56b68dfc635f3011207ec5c00f08799efc4aab.zip |
v0.1.4
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 8ce9b36..7525d19 100644 --- a/python/refcat/__init__.py +++ b/python/refcat/__init__.py @@ -1 +1 @@ -__version__ = '0.1.3' +__version__ = '0.1.4' |