From 960d53f3171c5d69d408bafb83b7531e98878e48 Mon Sep 17 00:00:00 2001 From: Jared Lumpe Date: Tue, 24 Aug 2021 19:50:28 -0600 Subject: [PATCH] Bump version to 0.2.2 --- docs/source/conf.py | 2 +- gambit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8b11df2..7c67a13 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.2.1' +release = '0.2.2' # -- General configuration --------------------------------------------------- diff --git a/gambit/__init__.py b/gambit/__init__.py index a1a8ba9..467790e 100644 --- a/gambit/__init__.py +++ b/gambit/__init__.py @@ -5,4 +5,4 @@ Author email: mjlumpe@gmail.com """ -__version__ = "0.2.1" +__version__ = "0.2.2"