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 c1da32a commit 669ff53Copy full SHA for 669ff53
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "nsidc-iceflow"
3
-version = "v1.0.0"
+version = "v1.1.0"
4
authors = [
5
{ name = "NSIDC", email = "[email protected]" },
6
]
@@ -191,7 +191,7 @@ messages_control.disable = [
191
192
193
[tool.bumpversion]
194
-current_version = "1.0.0"
+current_version = "1.1.0"
195
commit = false
196
tag = false
197
src/nsidc/iceflow/__init__.py
@@ -33,7 +33,7 @@
33
)
34
from nsidc.iceflow.itrf.converter import transform_itrf
35
36
-__version__ = "v1.0.0"
+__version__ = "v1.1.0"
37
38
39
__all__ = [
0 commit comments