Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhe committed Jan 29, 2022
1 parent 4e5835c commit 30b2474
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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 = "pyrepositoryminer"
version = "0.8.0"
version = "0.9.1"
description = "Efficient Repository Mining in Python"
license = "GPL-3.0-or-later"
authors = ["Fabian Heseding <[email protected]>"]
Expand Down
3 changes: 1 addition & 2 deletions pyrepositoryminer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
__version__ = "0.8.0"

__version__ = "0.9.1"
from typer import Typer

from pyrepositoryminer.commands import analyze, branch, clone, commits
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pyrepositoryminer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version() -> None:
assert __version__ == "0.8.0"
assert __version__ == "0.9.1"

0 comments on commit 30b2474

Please sign in to comment.