We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b2bce commit 6e4c0d3Copy full SHA for 6e4c0d3
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pydatagenius"
3
-version = "0.0.1"
+version = "0.0.2"
4
description = "This is a template repository for Python projects that use uv for their dependency management."
5
authors = [{ name = "Rajesh Rao", email = "[email protected]" }]
6
readme = "README.md"
tests/test_foo.py
@@ -2,4 +2,5 @@
def test_foo():
+ """Test the foo function. dummy edit 0.0.2 release version"""
assert foo("foo") == "foo"
0 commit comments