Skip to content

Commit

Permalink
Bump version: 0.2.3 → 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vltr committed Jun 18, 2019
1 parent 411146f commit d3fc3f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.3
current_version = 0.2.4
commit = True
tag = True

Expand All @@ -14,3 +14,4 @@ replace = version = release = '{new_version}'
[bumpversion:file:src/middle/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = 'Richard Kuesters'
copyright = '{0}, {1}'.format(year, author)
<<<<<<< HEAD
version = release = '0.2.3'
version = release = '0.2.4'
=======
version = release = '0.2.2'
>>>>>>> 71044f6a26d15cecc3332b5d0c75c195b607cabe
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(*names, **kwargs):

setup(
name="middle",
version="0.2.3",
version="0.2.4",
license="MIT license",
description="Flexible, extensible Python data structures for general usage",
long_description="%s\n%s"
Expand Down
2 changes: 1 addition & 1 deletion src/middle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.3"
__version__ = "0.2.4"
__version__ = "0.2.2"

import logging
Expand Down

0 comments on commit d3fc3f9

Please sign in to comment.