Skip to content

Commit 4a849c8

Browse files
author
Aidan Cooper
committed
🔖 Bump version
1 parent b1ed40d commit 4a849c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

indcomp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
from pdoc import __pdoc__
1212

1313
__pdoc__["_maic"] = True
14-
__version__ = "0.2.0"
14+
__version__ = "0.2.1"
1515

1616
from ._maic import MAIC

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="indcomp",
9-
version="0.2.0",
9+
version="0.2.1",
1010
description="Perform indirect treatment comparison (ITC) analyses",
1111
long_description=README,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)