diff --git a/ordr2/__init__.py b/ordr2/__init__.py index 37c13d2..199bd7d 100644 --- a/ordr2/__init__.py +++ b/ordr2/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Holger Frey' __email__ = 'frey@imtek.de' -__version__ = '0.0.1' +__version__ = '0.1.0' from pyramid.config import Configurator diff --git a/setup.cfg b/setup.cfg index ffbbea1..7d5b633 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.1.0 commit = True tag = True @@ -19,4 +19,4 @@ exclude = docs [aliases] test = pytest -# Define setup.py command aliases here + diff --git a/setup.py b/setup.py index 91a0b11..cfe2d10 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ test_requirements = [ setup( name='ordr2', - version='0.0.1', + version='0.1.0', description='CPI Ordering System', long_description=readme + '\n\n' + history,