Skip to content

Commit

Permalink
Bump version -> 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Mar 31, 2022
1 parent bacd122 commit 43d505c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[metadata]
name = djangorest_auth_as_service
version = 1.0
version = 1.1
description = 🔐 Authentication routes as a service.
long_description = file:README.md
url = https://github.com/israelabraham/djangorest-auth
url = https://github.com/israelabraham/djangorest-auth-as-a-service
license = MIT
classifiers =
Environment :: Web Environment
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

setup(
name = 'djangorest_auth_as_service',
version = '1.0',
version = '1.1',
packages = find_packages(),
include_package_data = True,
license = 'MIT License',
description = '🔐 Authentication routes as a service.',
long_description = README,
long_description_content_type='text/markdown',
keywords=['rest_auth', 'djangorest_auth', 'auth as a service', 'ar as a service'],
url = 'https://github.com/israelabraham/djangorest-auth',
url = 'https://github.com/israelabraham/djangorest-auth-as-a-service',
author = 'Abram 🐼',
author_email = 'israelvictory87@gmail.com',
classifiers =[
Expand Down

0 comments on commit 43d505c

Please sign in to comment.