Skip to content

Commit

Permalink
docs: bumping to 0.1.1 to avoid pypi dup
Browse files Browse the repository at this point in the history
  • Loading branch information
chaychoong committed May 5, 2021
1 parent dc90d0e commit 131c61d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coveragepy_lcov/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "coveragepy-lcov"
version = "0.1.0"
version = "0.1.1"
description = "A simple .coverage to LCOV converter"
authors = ["Chay Choong <chaychoong@gmail.com>"]
repository = "https://github.com/chaychoong/coveragepy-lcov"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_coveragepy_lcov.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.1.0"
assert __version__ == "0.1.1"

0 comments on commit 131c61d

Please sign in to comment.