Skip to content

Commit

Permalink
- bumping version to 0.1.2 for bugfix release;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Apr 27, 2022
1 parent 729eea9 commit dd52867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def build_extensions(self):

setuptools.setup(
name="slipcover",
version="0.1.1" + dev_build,
version="0.1.2" + dev_build,
description="Near Zero-Overhead Python Code Coverage",
keywords="coverage testing",
long_description=read_file("README.md"),
Expand Down

0 comments on commit dd52867

Please sign in to comment.