File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.46.4
2
+ current_version = 0.46.5
3
3
commit = True
4
4
tag = False
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ Overview of Cortexpy_
26
26
:alt: PyPI Package latest release
27
27
:target: https://pypi.python.org/pypi/cortexpy
28
28
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
30
30
: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
32
32
33
33
.. |wheel | image :: https://img.shields.io/pypi/wheel/cortexpy.svg
34
34
:alt: PyPI Wheel
Original file line number Diff line number Diff line change 22
22
if USE_CYTHON :
23
23
extensions = cythonize (extensions ) # , annotate=True)
24
24
25
- version = '0.46.4 '
25
+ version = '0.46.5 '
26
26
setup (
27
27
name = 'cortexpy' ,
28
28
version = version ,
Original file line number Diff line number Diff line change 1
- __version__ = '0.46.4 '
1
+ __version__ = '0.46.5 '
You can’t perform that action at this time.
0 commit comments