diff --git a/CHANGELOG b/CHANGELOG index 0443ab3..ba98e54 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,8 @@ pytest-race changelog ===================== -Unreleased ----------- +v0.1.1 +------ * Fixed `raise from`. diff --git a/setup.py b/setup.py index a6801d3..23bf698 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup -VERSION = (0, 1, 0) +VERSION = (0, 1, 1) PATH_BASE = os.path.dirname(__file__)