From 9392d9d85d1b00ed20c7f09ad3a0ff495abde361 Mon Sep 17 00:00:00 2001 From: Eric Pacuit Date: Thu, 16 Jan 2025 15:36:54 -0500 Subject: [PATCH] update to version 1.15.0 --- docs/source/conf.py | 2 +- pref_voting/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0ec6ee9..631366d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Wes Holliday and Eric Pacuit' # The full version, including alpha/beta/rc tags -release = '1.14.30' +release = '1.15.0' # -- General configuration --------------------------------------------------- diff --git a/pref_voting/__init__.py b/pref_voting/__init__.py index 73e6edf..1c19d78 100644 --- a/pref_voting/__init__.py +++ b/pref_voting/__init__.py @@ -1 +1 @@ -__version__ = '1.14.30' +__version__ = '1.15.0' diff --git a/pyproject.toml b/pyproject.toml index a9053a1..dfc39eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [tool.poetry] name = "pref_voting" -version = "1.14.30" +version = "1.15.0" description = "pref_voting is a Python package that contains tools to reason about elections and margin graphs, and implementations of voting methods." authors = ["Eric Pacuit "] license = "MIT"