Skip to content

Commit 681bca2

Browse files
committed
Bump version: 1.1.6 → 1.1.7
1 parent 8491cb7 commit 681bca2

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.6
2+
current_version = 1.1.7
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.6"
5+
__version__ = "1.1.7"
66

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

server/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ numpy==2.2.3
1212
packaging==24.2
1313
pandas==2.2.3
1414
plotly==6.0.0
15-
pyrcv==1.1.6
15+
pyrcv==1.1.7
1616
python-dateutil==2.9.0.post0
1717
pytz==2025.1
1818
six==1.17.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.6
3+
version = 1.1.7
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)