diff --git a/README.rst b/README.rst index 5f210c8..4e7af8d 100644 --- a/README.rst +++ b/README.rst @@ -259,6 +259,9 @@ Important Notes Version History --------------- +version 0.7.1 + -- Adjusted sdist action to release to PyPi + version 0.7.0 -- Updated and Fixed the tox test suite (thx @thenewguy) -- Added GitHub action to run test and deploy to PiPy diff --git a/setup.py b/setup.py index f69633e..d7c6356 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='django-tellme', - version='0.7.0', + version='0.7.1', packages=['tellme'], include_package_data=True, license='BSD License',