Skip to content

Commit

Permalink
Release: Bump version no. to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed May 19, 2021
1 parent f6a3bbc commit 29fce15
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
copyright = "2020, Eshaan Bansal"
author = "Eshaan Bansal"

version = "0.1.0"
version = "0.2.0"
# The full version, including alpha/beta/rc tags
release = "v0.1.0"
release = "v0.2.0"


# -- General configuration ---------------------------------------------------
Expand Down
18 changes: 15 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(
name="django-rest-durin",
url=GITHUB_URL,
version="0.1.0",
version="0.2.0",
license="MIT",
description="""
Per API client token authentication Module for django rest framework.
Expand Down Expand Up @@ -62,7 +62,19 @@
# for example:
# $ pip install -e .[dev,test]
extras_require={
"dev": ["black==20.8b1", "flake8", "django-nose", "django-memoize", "isort"],
"test": ["black==20.8b1", "flake8", "django-nose", "django-memoize", "isort"],
"dev": [
"black==20.8b1",
"flake8",
"django-nose",
"django-cache-memoize",
"isort",
],
"test": [
"black==20.8b1",
"flake8",
"django-nose",
"django-cache-memoize",
"isort",
],
},
)

0 comments on commit 29fce15

Please sign in to comment.