Skip to content

Commit 131c61d

Browse files
committed
docs: bumping to 0.1.1 to avoid pypi dup
1 parent dc90d0e commit 131c61d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

coveragepy_lcov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "coveragepy-lcov"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A simple .coverage to LCOV converter"
55
authors = ["Chay Choong <[email protected]>"]
66
repository = "https://github.com/chaychoong/coveragepy-lcov"

tests/test_coveragepy_lcov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.1.0"
5+
assert __version__ == "0.1.1"

0 commit comments

Comments
 (0)