From f03ef806717c83493d6e191671663a62ffaee72a Mon Sep 17 00:00:00 2001 From: Jared Lumpe Date: Wed, 17 Aug 2022 11:11:40 -0600 Subject: [PATCH] Bump version to 0.5.1 --- CHANGELOG.md | 5 +++++ docs/source/conf.py | 2 +- gambit/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 166f05d..4591fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog +## 0.5.1 + +Minor edits to project README and metadata. + + ## 0.5.0 * New features diff --git a/docs/source/conf.py b/docs/source/conf.py index c54a67a..3cb4389 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Jared Lumpe' # The full version, including alpha/beta/rc tags -release = '0.5.0' +release = '0.5.1' # -- General configuration --------------------------------------------------- diff --git a/gambit/__init__.py b/gambit/__init__.py index 7fadc2a..c0103ee 100644 --- a/gambit/__init__.py +++ b/gambit/__init__.py @@ -5,4 +5,4 @@ Author email: mjlumpe@gmail.com """ -__version__ = "0.5.0" +__version__ = "0.5.1"