Skip to content

Commit 55aebbb

Browse files
committed
Bump version: 1.1.4 → 1.1.5
1 parent 6ef38f9 commit 55aebbb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.4
2+
current_version = 1.1.5
33
commit = True
44
tag = True
55

pyrcv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Chris Roat"""
44
__email__ = "[email protected]"
5-
__version__ = "1.1.4"
5+
__version__ = "1.1.5"
66

77
from .pyrcv import * # noqa
88
from .transform import * # noqa

server/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ numpy==1.26.0
1111
packaging==23.2
1212
pandas==2.1.1
1313
plotly==5.17.0
14-
pyrcv==1.1.4
14+
pyrcv==1.1.5
1515
python-dateutil==2.8.2
1616
pytz==2023.3.post1
1717
six==1.16.0

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyrcv
3-
version = 1.1.4
3+
version = 1.1.5
44
author = Chris Roat
55
author_email = [email protected]
66
description = Python API for adjudicating single transferable vote elections. Also contains basic web server to adjudicate results in CSV format.

0 commit comments

Comments
 (0)