From 4a849c87132694d760526df4677271a918d91e15 Mon Sep 17 00:00:00 2001 From: Aidan Cooper Date: Thu, 2 Jun 2022 15:33:27 +1000 Subject: [PATCH] :bookmark: Bump version --- indcomp/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/indcomp/__init__.py b/indcomp/__init__.py index 31e64c5..c9e7e7e 100644 --- a/indcomp/__init__.py +++ b/indcomp/__init__.py @@ -11,6 +11,6 @@ from pdoc import __pdoc__ __pdoc__["_maic"] = True -__version__ = "0.2.0" +__version__ = "0.2.1" from ._maic import MAIC diff --git a/setup.py b/setup.py index 012de11..b4a2952 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="indcomp", - version="0.2.0", + version="0.2.1", description="Perform indirect treatment comparison (ITC) analyses", long_description=README, long_description_content_type="text/markdown",