From a86e325e2349732c00e717dc03de5b950cc25c0b Mon Sep 17 00:00:00 2001 From: alec-bertoy <135662820+alec-bertoy@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:35:36 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 00e0270..42b6bf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nul-rdc-scripts" -version = "0.2.0a0" +version = "0.2.0" description = "Scripts for NUL RDC Digitization Team" authors = [ "Northwestern University Libraries ", @@ -25,4 +25,4 @@ oyez = 'nulrdcscripts.tools.oyez.runfile:main' ffplaywindow = 'nulrdcscripts.tools.ffplaywindow.main:main' [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"