Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fladi committed Dec 31, 2016
1 parent 688aa9d commit 5a37a13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0
current_version = 0.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
year = '2016'
author = 'Michael Fladischer'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.0.0'
version = release = '0.1.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(*names, **kwargs):

setup(
name='django-static-push',
version='0.0.0',
version='0.1.0',
license='BSD',
description='Django staticfiles extension for HTTP/2 push',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/django_static_push/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.1.0"

0 comments on commit 5a37a13

Please sign in to comment.