Skip to content

Commit 2146c0e

Browse files
committed
fix: Version bump
1 parent cb894e5 commit 2146c0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "pytest-git-diff"
3-
version = "0.3.0"
3+
version = "1.0.0"
44
description = "Pytest plugin that allows the user to select the tests affected by a range of git commits"
55
authors = ["sponja23 <tomas.spognardi@gmail.com>"]
66
license = "MIT"

pytest_git_diff/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.3.0"
1+
VERSION = "1.0.0"

0 commit comments

Comments
 (0)