Skip to content

Commit

Permalink
bump version → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv1 committed Apr 12, 2024
1 parent 5ac439a commit bdff0b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
message = bump version → {new_version}
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def find_dev_required():

setup(
name="vedro-git-changed",
version="0.1.0",
version="0.1.1",
description=("Vedro plugin that runs test scenarios which have changed "
"relative to the specified git branch"),
long_description=open("README.md").read(),
Expand Down
2 changes: 1 addition & 1 deletion vedro_git_changed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ._git_changed_plugin import VedroGitChanged, VedroGitChangedPlugin
from ._git_repo import GitRepo, GitRepoError

__version__ = "0.1.0"
__version__ = "0.1.1"
__all__ = ("VedroGitChanged", "VedroGitChangedPlugin", "GitRepo", "GitRepoError",)

0 comments on commit bdff0b3

Please sign in to comment.