Skip to content

Commit db73b0e

Browse files
committed
fix version in init
1 parent 4c86044 commit db73b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch_rs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.7"
1+
__version__ = "0.1.0"
22

33
from .hooks import hatch_register_build_hook
44
from .plugin import HatchRustBuildHook

0 commit comments

Comments
 (0)