diff --git a/pyproject.toml b/pyproject.toml index d180882..7eb7254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "py_af_colours" license = {file = "LICENSE"} -version = "1.0.1" +version = "1.0.2" authors = [ { name="Analysis Standards and Pipelines Team", email="asap@ons.gov.uk" }, ] diff --git a/setup.py b/setup.py index bf651cc..395780d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = "py_af_colours", - version = "1.0.1", + version = "1.0.2", author = "Analysis standards and Pipelines team", author_email = "asap@ons.gov.uk", url = "https://best-practice-and-impact.github.io/py-af-colours/", @@ -11,4 +11,4 @@ "pyyaml" ], packages = find_packages(), -) \ No newline at end of file +)