Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Sep 12, 2024
1 parent 7cb78f1 commit 8ae28b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = "fwl-janus"
version = "24.08.29"
version = "24.09.12"
description = "Temperature structure generator for planetory atmospheres."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -81,7 +81,7 @@ testpaths = ["tests"]

[tool.bumpversion]
# https://callowayproject.github.io/bump-my-version/howtos/calver/
current_version = "24.08.29"
current_version = "24.09.12"
parse = """(?x) # Verbose mode
(?P<release> # The release part
(?:[1-9][0-9])\\. # YY.
Expand Down
2 changes: 1 addition & 1 deletion src/janus/utils/atmosphere_column.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def write_ncdf(self, fpath:str):
# If os.getlogin() fails, try an alternative method
username = pwd.getpwuid(os.getuid()).pw_name
ds.username = str(username)
ds.JANUS_version = "0.1"
ds.JANUS_version = "24.09.12"
ds.SOCRATES_version = str(SOCRATES_version)
ds.platform = str(platform.system())
ds.date = str(datetime.now().strftime('%Y-%m-%d %H:%M:%S'))
Expand Down

0 comments on commit 8ae28b1

Please sign in to comment.