Skip to content

Commit 6d783be

Browse files
committed
Sort imports; bump version to 1.0.
1 parent 9e4cb05 commit 6d783be

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.0"
1+
__version__ = "1.0.0"

src/hatch_build_isolated_binary/build_binary.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
import subprocess
1515
import tarfile
1616
import tempfile
17-
from pathlib import Path
18-
1917
import tomllib
18+
from pathlib import Path
2019

2120

2221
class ProjectSettings:

0 commit comments

Comments
 (0)