Skip to content

Commit a6c7eca

Browse files
committed
Update project files and lock files to suit.
1 parent 82dd987 commit a6c7eca

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

python/example-pytest-selfie/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "example-pytest-selfie"
3-
version = "0.1.0"
3+
version = "1.0.0.dev0"
44
description = "An example project for using the pytest plugin for selfie snapshot testing."
55
authors = [
66
{ name = "Edwin Ye", email = "[email protected]" },
@@ -14,6 +14,7 @@ requires-python = ">=3.9"
1414
dependencies = [
1515
"flask>=3.0.3",
1616
]
17+
classifiers = ["Private :: Do Not Upload"]
1718

1819
[tool.uv.sources]
1920
selfie-lib = { path = "../selfie-lib", editable = true }

python/example-pytest-selfie/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/pytest-selfie/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytest-selfie"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "A pytest plugin for selfie snapshot testing."
55
authors = [
66
{ name = "Edwin Ye", email = "[email protected]" },

python/selfie-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "selfie-lib"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Infrastructure for creating selfie-compatible test runner plugins."
55
authors = [
66
{ name = "Edwin Ye", email = "[email protected]" },

0 commit comments

Comments
 (0)