Skip to content

Commit f273be6

Browse files
committed
Bump version: 0.46.4 → 0.46.5
1 parent c801c0e commit f273be6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.46.4
2+
current_version = 0.46.5
33
commit = True
44
tag = False
55
tag_name = {new_version}

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Overview of Cortexpy_
2626
:alt: PyPI Package latest release
2727
:target: https://pypi.python.org/pypi/cortexpy
2828

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

3333
.. |wheel| image:: https://img.shields.io/pypi/wheel/cortexpy.svg
3434
:alt: PyPI Wheel

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
if USE_CYTHON:
2323
extensions = cythonize(extensions) # , annotate=True)
2424

25-
version = '0.46.4'
25+
version = '0.46.5'
2626
setup(
2727
name='cortexpy',
2828
version=version,

src/cortexpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.46.4'
1+
__version__ = '0.46.5'

0 commit comments

Comments
 (0)