Skip to content

Commit f5cae5f

Browse files
committed
update version
1 parent 7927d5a commit f5cae5f

4 files changed

Lines changed: 2 additions & 9 deletions

File tree

packages.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sample"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "A package template for Recursive zero."
55
authors = [{ name = "sample", email = "recursivezero@outlook.com" }]
66
license = "MIT"

src/features/greeting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
DEFAULT_GREETING
66
)
77
from utils.helper import normalize_name
8-
from utils.faq import faq_page
98

109

1110
def greet():

0 commit comments

Comments
 (0)