From 04da24c05499b709497a301ae5abb81ae50d9073 Mon Sep 17 00:00:00 2001 From: Christina Holt <56881914+christinaholtNOAA@users.noreply.github.com> Date: Mon, 1 May 2023 09:39:31 -0600 Subject: [PATCH] UW-245: Bump package version (#231) Bump the version, release date, and update the author list for documentation. Also adds back the metadata section of the setup.cfg file. --- .bumpversion.cfg | 4 +++- docs/conf.py | 6 +++--- setup.cfg | 30 ++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 setup.cfg diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 69319ab5a..609864dd3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,8 @@ [bumpversion] -current_version = 0.1.0 +current_version = 1.0.0 commit = True tag = True [bumpversion:file:setup.cfg] + +[bumpversion:file:docs/conf.py] diff --git a/docs/conf.py b/docs/conf.py index 7eeb90ba9..7badd32f9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,11 +19,11 @@ project = 'Unified Workflow' author = '' -author_list = 'Mahajan, R., C. Holt, B. Cash, F. Gabelmann, O. Adejumo, and J. Prestopnik' -version = '0.1.0' +author_list = 'Holt, C., E. Carpenter, J. Derrico, V. Hagerty, F. Gabelmann, R. Mahajan, B. Cash, O. Adejumo, J. Prestopnik' +version = '1.0.0' verinfo = version release = f'{version}' -release_date = '2022-05-06' +release_date = '2023-05-01' release_year = release_date.split("-")[0] release_month = release_date.split("-")[1] release_day = release_date.split("-")[2] diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 000000000..f9f0c8044 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,30 @@ +[metadata] +name = uwtools +version = 1.0.0 +description = Unified Workflow tools for use with applications with UFS and beyond +long_description = file: README.md +long_description_content_type = text/markdown +author = "NOAA, EPIC" +#author_email = first.last@domain.tld +keywords = NOAA, EPIC, UFS +home_page = https://github.com/ufs-community/workflow-tools +license = GNU Lesser General Public License +classifiers = + Development Status :: 1 - Beta + Intended Audience :: Developers + Intended Audience :: Science/Research + License :: OSI Approved :: GNU Lesser General Public License + Natural Language :: English + Operating System :: OS Independent + Programming Language :: Python + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Topic :: Software Development :: Libraries :: Python Modules + Operating System :: OS Independent + Typing :: Typed +project_urls = + Bug Tracker = https://github.com/ufs-community/workflow-tools/issues + CI = https://github.com/ufs-community/workflow-tools/actions