Skip to content

Commit

Permalink
Bump version: 1.1.2 → 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroat committed Oct 15, 2024
1 parent f83028f commit 5bb8747
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.2
current_version = 1.1.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pyrcv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Chris Roat"""
__email__ = "[email protected]"
__version__ = "1.1.2"
__version__ = "1.1.3"

from .pyrcv import * # noqa
from .transform import * # noqa
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ numpy==1.26.0
packaging==23.2
pandas==2.1.1
plotly==5.17.0
pyrcv==1.1.2
pyrcv==1.1.3
python-dateutil==2.8.2
pytz==2023.3.post1
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyrcv
version = 1.1.2
version = 1.1.3
author = Chris Roat
author_email = [email protected]
description = Python API for adjudicating single transferable vote elections. Also contains basic web server to adjudicate results in CSV format.
Expand Down

0 comments on commit 5bb8747

Please sign in to comment.