Skip to content

Commit 6631a8a

Browse files
authored
Merge pull request #111 from nulib/fix-version
Update pyproject.toml
2 parents ee63f7b + a86e325 commit 6631a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nul-rdc-scripts"
3-
version = "0.2.0a0"
3+
version = "0.2.0"
44
description = "Scripts for NUL RDC Digitization Team"
55
authors = [
66
"Northwestern University Libraries <[email protected]>",
@@ -25,4 +25,4 @@ oyez = 'nulrdcscripts.tools.oyez.runfile:main'
2525
ffplaywindow = 'nulrdcscripts.tools.ffplaywindow.main:main'
2626
[build-system]
2727
requires = ["poetry-core>=1.0.0"]
28-
build-backend = "poetry.core.masonry.api"
28+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)