diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d22c9f3..cfc80d2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1 +current_version = 0.0.1 commit = True tag = True diff --git a/setup.py b/setup.py index 9558f71..2aedb91 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='sortgs', - version='0.1', + version='0.0.1', author='Fernando Marcos Wittmann', #author_email='fernando.wittmann[at]gmail[dot]com', description='A Python tool to rank Google Scholar publications by citations.',