Skip to content

Commit d643cf4

Browse files
committed
set current version to 1.0.1
1 parent aa61633 commit d643cf4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0
2+
current_version = 1.0.1
33
commit = true
44
tag = true
55
tag_name = {new_version}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# |version| and |release|, also used in various other places throughout the
5858
# built documents.
5959
#
60-
version = '1.0'
60+
version = '1.0.1'
6161
release = version
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation

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 = 1.0
2+
current_version = 1.0.1
33
commit = true
44
tag = true
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name='django-postcode-lookup',
32-
version='1.0',
32+
version='1.0.1',
3333
description="Pluggable postcode lookup endpoint",
3434
long_description=open('README.rst', 'r').read(),
3535
url='https://github.com/labd/django-postcode-lookup',

0 commit comments

Comments
 (0)