Skip to content

Commit 543b4d1

Browse files
committed
Bump version: 0.0.0 → 0.1.0
1 parent 4ae9fb6 commit 543b4d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 0.0.0
2+
current_version = 0.1.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-dev(?P<dev>\d+))?
44
serialize =
55
{major}.{minor}.{patch}-dev{dev}

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ If ``settings.PROJECT_HOME_NAMESPACE`` is defined as ``'project_name:index_view'
144144
</ol>
145145
146146
147-
*Version 0.0.0*
147+
*Version 0.1.0*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*paths):
2424

2525
setup(
2626
name='django-project-home-templatetags',
27-
version='0.0.0',
27+
version='0.1.0',
2828
packages=['project_home_tags'],
2929
include_package_data=True,
3030
license='BSD License',

0 commit comments

Comments
 (0)