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"