Skip to content

Commit

Permalink
Bump version: 0.46.4 → 0.46.5
Browse files Browse the repository at this point in the history
  • Loading branch information
winni2k committed Feb 9, 2020
1 parent c801c0e commit f273be6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.46.4
current_version = 0.46.5
commit = True
tag = False
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Overview of Cortexpy_
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/cortexpy

.. |commits-since| image:: https://img.shields.io/github/commits-since/winni2k/cortexpy/v0.46.4.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/winni2k/cortexpy/v0.46.5.svg
:alt: Commits since latest release
:target: https://github.com/winni2k/cortexpy/compare/v0.46.4...master
:target: https://github.com/winni2k/cortexpy/compare/v0.46.5...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/cortexpy.svg
:alt: PyPI Wheel
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if USE_CYTHON:
extensions = cythonize(extensions) # , annotate=True)

version = '0.46.4'
version = '0.46.5'
setup(
name='cortexpy',
version=version,
Expand Down
2 changes: 1 addition & 1 deletion src/cortexpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.46.4'
__version__ = '0.46.5'

0 comments on commit f273be6

Please sign in to comment.