Skip to content

Commit

Permalink
Merge pull request #153 from joshua-hampton/new_version
Browse files Browse the repository at this point in the history
Version Update PR
  • Loading branch information
joshua-hampton authored Nov 14, 2024
2 parents a7d36df + 3524b95 commit 3808e28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Joshua M. Hampton'

# The full version, including alpha/beta/rc tags
release = '2.4.0'
release = '2.5.0-alpha'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ncas_amof_netcdf_template"
version = "2.4.0"
version = "2.5.0-alpha"
authors = [
{ name="Joshua M. Ralph-Hampton", email="[email protected]" },
]
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.8, <4"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
Expand Down
2 changes: 1 addition & 1 deletion src/ncas_amof_netcdf_template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from . import util
from . import values

__version__="2.4.0"
__version__="2.5.0-alpha"

0 comments on commit 3808e28

Please sign in to comment.