Skip to content

Commit fa74d07

Browse files
fix versioning
1 parent 243aee5 commit fa74d07

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ build-backend = "pdm.backend"
6767
[tool.pdm.version]
6868
source = "scm"
6969
write_to = "pysonde/__init__.py"
70-
write_template = "__version__ = '{}'"
70+
write_template = "__version__ = \"{}\""
7171

7272
[tool.pdm]
7373
distribution = true
@@ -80,6 +80,7 @@ ignore_missing_imports = true
8080

8181
[tool.ruff]
8282
line-length = 88
83+
extend-exclude = ["pysonde/__init__.py"]
8384

8485
[tool.ruff.lint.mccabe]
8586
max-complexity = 18

pysonde/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.0.6"

0 commit comments

Comments
 (0)