aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-06-01 18:53:20 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-06-01 18:53:20 +0200
commit5a2cf639f41964712c8f72e36aaccc55ab86deda (patch)
treeac3870ac8535f0f35265c53db13bc8de0117bf27
parent9ea588fdf8979cc84f13a962daacc01ba23e6034 (diff)
downloadatom_to_gitea-5a2cf639f41964712c8f72e36aaccc55ab86deda.tar.gz
Version 0.2.0
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5731613..4b45a6a 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import setuptools
setup(
name='rsstogitea',
- version='0.1.0',
+ version='0.2.0',
author="Jonas Gunz",
description="Create a Gitea Issue for new RSS entries",
packages=['rss_to_gitea'],