Skip to content

Commit

Permalink
Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Jun 19, 2022
1 parent d133492 commit 6837dc7
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.2
version = 1.2.3
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.2',
version = '1.2.3',
packages = find_packages(),
include_package_data = True,
license = 'MIT License',
Expand Down

0 comments on commit 6837dc7

Please sign in to comment.