Skip to content

Commit

Permalink
Bump version -> 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Apr 1, 2022
1 parent e688799 commit 566b109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = djangorest_routes
version = 1.2
version = 1.2.1
description = 🔐 Authentication routes as a service.
long_description = file:README.md
url = https://github.com/israelabraham/djangorest-routes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name = 'djangorest_routes',
version = '1.2',
version = '1.2.1',
packages = find_packages(),
include_package_data = True,
license = 'MIT License',
Expand Down

0 comments on commit 566b109

Please sign in to comment.