diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c6e2fd1..50e2def 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,9 +1,8 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = False [bumpversion:file:setup.py] [bumpversion:file:bin/leo.py] - diff --git a/bin/leo.py b/bin/leo.py index b74dd7e..f1da846 100755 --- a/bin/leo.py +++ b/bin/leo.py @@ -17,7 +17,7 @@ OrderedDict = dict __author__ = "Thomas Schraitle " -__version__ = "1.1.0" +__version__ = "1.2.0" # Global URL url = "http://pda.leo.org/{0}-deutsch/{1}" diff --git a/setup.py b/setup.py index 105ebf3..906b4de 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def requires(filename): setup( name='leo', - version='1.1.0', + version='1.2.0', license='GPL3', description='Translate with leo.org', author='Thomas Schraitle',