Skip to content

Commit e3516dc

Browse files
authored
Merge pull request #14 from incoresemi/fix-vresion
version bump
2 parents ed58597 + e4a6a36 commit e3516dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

river_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """InCore Semiconductors"""
66
__email__ = '[email protected]'
7-
__version__ = '1.4.0'
7+
__version__ = '1.4.1'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.0
2+
current_version = 1.4.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ def read_requires():
6262
tests_require=test_requirements,
6363
url=
6464
'https://github.com/incoresemi/river_core',
65-
version='1.4.0',
65+
version='1.4.1',
6666
zip_safe=False,
6767
)

0 commit comments

Comments
 (0)