Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renanivo committed Aug 5, 2016
1 parent e5695ea commit 1dea5ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[bumpversion]
current_version = 0.0.0
current_version = 0.0.1
commit = True
tag = True
tag_name = {new_version}

[bumpversion:file:django_toolkit/__init__.py]

[bumpversion:file:setup.py]

2 changes: 1 addition & 1 deletion django_toolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '0.0.0'
version = '0.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(fname):

setup(
name='luizalabs-django-toolkit',
version='0.0.0',
version='0.0.1',
description=(
'The LuizaLabs set of tools '
'to develop projects using the Django framework'
Expand Down

0 comments on commit 1dea5ac

Please sign in to comment.