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 9e4cb05 commit 6d783beCopy full SHA for 6d783be
src/hatch_build_isolated_binary/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.9.0"
+__version__ = "1.0.0"
src/hatch_build_isolated_binary/build_binary.py
@@ -14,9 +14,8 @@
14
import subprocess
15
import tarfile
16
import tempfile
17
-from pathlib import Path
18
-
19
import tomllib
+from pathlib import Path
20
21
22
class ProjectSettings:
0 commit comments