Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbaker committed Jan 18, 2017
1 parent 8d9f025 commit a1acd4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.4.0
current_version = 0.4.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/changes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

next
0.4.1
-----

New Features
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4.0'
version = '0.4.1'
# The full version, including alpha/beta/rc tags.
release = '0.4.0'
release = '0.4.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion jsonstreams/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
'Type',
)

__version__ = '0.4.0'
__version__ = '0.4.1'


class JSONStreamsError(Exception):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run_tests(self):

setup(
name='jsonstreams',
version='0.4.0',
version='0.4.1',
description='A JSON streaming writer',
long_description=long_description,
url='https://github.com/dcbaker/jsonstreams',
Expand Down

0 comments on commit a1acd4e

Please sign in to comment.