Skip to content

Commit 69bf34e

Browse files
committed
Bumpversion to v1.0.0
Prepare for v1 release
1 parent 44dc149 commit 69bf34e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nsidc-iceflow"
3-
version = "v0.3.0"
3+
version = "v1.0.0"
44
authors = [
55
{ name = "NSIDC", email = "[email protected]" },
66
]
@@ -190,7 +190,7 @@ messages_control.disable = [
190190
]
191191

192192
[tool.bumpversion]
193-
current_version = "0.3.0"
193+
current_version = "1.0.0"
194194
commit = false
195195
tag = false
196196

src/nsidc/iceflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# TODO: add bumpversion config to control this version number, and the conda
3636
# recipe/meta.yaml.
37-
__version__ = "v0.3.0"
37+
__version__ = "v1.0.0"
3838

3939

4040
__all__ = [

0 commit comments

Comments
 (0)