Skip to content

Commit 1b50c59

Browse files
author
github-actions
committed
Update package folder and update versioning package
1 parent 5684823 commit 1b50c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package_name/__init__.py renamed to src/piccolo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
__version__ = "0.0.0"
44

55
try:
6-
__version__ = version("calicolabs-$HYPHENATED_PACKAGE_NAME")
6+
__version__ = version("calicolabs-piccolo")
77
except PackageNotFoundError:
88
pass

0 commit comments

Comments
 (0)