diff --git a/pyproject.toml b/pyproject.toml index 5847b1f..3e290a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "commonkit" -version = "1.0.7" +version = "1.0.8" description = "A library for handling common stuff in Python" authors = ["leondaz "] license = "MIT" diff --git a/setup.py b/setup.py index efe48c1..8cdb7be 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="commonkit", - version="1.0.7", + version="1.0.8", description="Django rest framework common utilities", author="LeOndaz", author_email="ahmeddark369@gmail.com",