Skip to content

Commit d1dd376

Browse files
committed
release version 0.2.1
1 parent 1bc26c0 commit d1dd376

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qct-parse"
3-
version = "0.2.1.dev0"
3+
version = "0.2.1"
44
dependencies =[
55
'lxml'
66
]

requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile pyproject.toml
3+
lxml==5.3.0
4+
# via qct-parse (pyproject.toml)

0 commit comments

Comments
 (0)