diff --git a/setup.cfg b/setup.cfg index 99bfba1..79d4b4a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = djangorest_routes -version = 1.2.2 +version = 1.2.3 description = 🔐 Authentication routes as a service. long_description = file:README.md url = https://github.com/israelabraham/djangorest-routes diff --git a/setup.py b/setup.py index c5a4d81..75c3375 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name = 'djangorest_routes', - version = '1.2.2', + version = '1.2.3', packages = find_packages(), include_package_data = True, license = 'MIT License',