diff --git a/Ctl/VERSION b/Ctl/VERSION index 359a5b9..10bf840 100644 --- a/Ctl/VERSION +++ b/Ctl/VERSION @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 8951b1f..81e8c23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-handleref" -version = "2.0.0" +version = "2.0.1" description = "django object tracking" readme = "README.md" repository = "https://github.com/20c/django-handleref"