Skip to content

Commit 1644a07

Browse files
⤴ updated to 0.1.2
1 parent f1669d0 commit 1644a07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

django_rest_github_oauth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Abdullah Adeel"""
44
__email__ = 'business.info.abd@gmail.com'
5-
__version__ = '0.1.1'
5+
__version__ = '0.1.2'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
test_suite='tests',
5454
tests_require=test_requirements,
5555
url='https://github.com/mabdullahadeel/django-rest-github-oauth',
56-
version='0.1.1',
56+
version='0.1.2',
5757
zip_safe=False,
5858
)

0 commit comments

Comments
 (0)