diff --git a/pyproject.toml b/pyproject.toml index 5313ef5..14c7722 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-address" -version = "0.2.6" +version = "0.2.8" description = "A django application for describing addresses." authors = ["Luke Hodkinson "] license = "BSD" diff --git a/setup.py b/setup.py index 181117f..a994661 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -version = "0.2.7" +version = "0.2.8" if sys.argv[-1] == "tag": print("Tagging the version on github:")