Skip to content

Commit

Permalink
UW-245: Bump package version (#231)
Browse files Browse the repository at this point in the history
Bump the version, release date, and update the author list for documentation. Also adds back the metadata section of the setup.cfg file.
  • Loading branch information
christinaholtNOAA authored May 1, 2023
1 parent 222ea64 commit 04da24c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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]
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
30 changes: 30 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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 = [email protected]
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

0 comments on commit 04da24c

Please sign in to comment.