diff --git a/HISTORY.rst b/HISTORY.rst index d7ce225..819da55 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ------- +1.1.3-dev (master) +------------------- +* Current unstable version + 1.1.2 (2021-02-19) ------------------- * Schedule wont break config reading if it is not a string diff --git a/pyup/__init__.py b/pyup/__init__.py index 7b344ec..2caca57 100644 --- a/pyup/__init__.py +++ b/pyup/__init__.py @@ -1 +1 @@ -__version__ = '1.1.2' +__version__ = '1.1.3-dev' diff --git a/setup.py b/setup.py index 56767fa..dd3d9fd 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( name='pyupio', - version='1.1.2', + version='1.1.3-dev', description="A tool to update all your projects requirements", long_description=readme + '\n\n' + history, long_description_content_type='text/x-rst',