Skip to content

Commit 6e4c0d3

Browse files
committed
incretementedversion to 0.0.2 and validate git push to push to PyPi
1 parent 14b2bce commit 6e4c0d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pydatagenius"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "This is a template repository for Python projects that use uv for their dependency management."
55
authors = [{ name = "Rajesh Rao", email = "[email protected]" }]
66
readme = "README.md"

tests/test_foo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33

44
def test_foo():
5+
"""Test the foo function. dummy edit 0.0.2 release version"""
56
assert foo("foo") == "foo"

0 commit comments

Comments
 (0)