Skip to content

Commit 88d1c3b

Browse files
author
“XYangXRay”
committed
update the tag
1 parent 2f96b94 commit 88d1c3b

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed
0 Bytes
Binary file not shown.

examples/tomography_tf.ipynb

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

pixi.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build-backend = "hatchling.build"
2525

2626
[project]
2727
name = "ganrec"
28-
version = "0.2.2"
28+
dynamic = ["version"]
2929
description = "A deep neural network data reconstruction platform"
3030
authors = [
3131
{ name = "Xiaogang Yang", email = "xiaogang.yang@outlook.com" }
@@ -67,7 +67,6 @@ repository = "https://github.com/XYangXRay/ganrec"
6767
documentation = "https://github.com/XYangXRay/ganrec"
6868

6969

70-
7170
[tool.hatch.build.targets.wheel]
7271
include = ["ganrectf", "ganrectorch"]
7372

@@ -82,6 +81,9 @@ exclude = ["tests*"]
8281
[tool.hatch.publish.repository]
8382
url = "https://upload.pypi.org/legacy/"
8483

84+
[tool.hatch.version]
85+
source = "vcs"
86+
8587
[tool.hatch.publish.auth]
8688
username = "env:TWINE_USERNAME"
8789
password = "env:TWINE_PASSWORD"

0 commit comments

Comments
 (0)