Skip to content

Commit 96a8ea3

Browse files
Bump to v1.12.1 (#311)
1 parent c2b57cc commit 96a8ea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e3sm_to_cmip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package for e3sm_to_cmip."""
22

3-
__version__ = "1.12.0" # pragma: no cover
3+
__version__ = "1.12.1" # pragma: no cover
44

55
import os
66

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
github_url = "https://github.com/E3SM-Project/e3sm_to_cmip"
33

44
[version]
5-
current = "1.12.0"
5+
current = "1.12.1"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

0 commit comments

Comments
 (0)