We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb894e5 commit 2146c0eCopy full SHA for 2146c0e
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pytest-git-diff"
3
-version = "0.3.0"
+version = "1.0.0"
4
description = "Pytest plugin that allows the user to select the tests affected by a range of git commits"
5
authors = ["sponja23 <tomas.spognardi@gmail.com>"]
6
license = "MIT"
pytest_git_diff/_version.py
@@ -1 +1 @@
-VERSION = "0.3.0"
+VERSION = "1.0.0"
0 commit comments