We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dc149 commit 69bf34eCopy full SHA for 69bf34e
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "nsidc-iceflow"
3
-version = "v0.3.0"
+version = "v1.0.0"
4
authors = [
5
{ name = "NSIDC", email = "[email protected]" },
6
]
@@ -190,7 +190,7 @@ messages_control.disable = [
190
191
192
[tool.bumpversion]
193
-current_version = "0.3.0"
+current_version = "1.0.0"
194
commit = false
195
tag = false
196
src/nsidc/iceflow/__init__.py
@@ -34,7 +34,7 @@
34
35
# TODO: add bumpversion config to control this version number, and the conda
36
# recipe/meta.yaml.
37
-__version__ = "v0.3.0"
+__version__ = "v1.0.0"
38
39
40
__all__ = [
0 commit comments