Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
Bump version: 0.2.3 → 0.2.4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Jan 3, 2018
1 parent 85a1ad5 commit 7ef7e80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion neocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Top-level package for neo-python-core."""

__author__ = """City of Zion"""
__version__ = '0.2.3'
__version__ = '0.2.4-dev'
2 changes: 1 addition & 1 deletion setup.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-dev
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(
name='neocore',
python_requires='>=3.4, <3.6',
version='0.2.3',
version='0.2.4-dev',
description="Core functionality of neo-python",
long_description=readme + '\n\n' + history,
author="City of Zion",
Expand Down

0 comments on commit 7ef7e80

Please sign in to comment.