Skip to content

Commit 669ff53

Browse files
committed
Bumpversion to v1.1.0
1 parent c1da32a commit 669ff53

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 = "v1.0.0"
3+
version = "v1.1.0"
44
authors = [
55
{ name = "NSIDC", email = "[email protected]" },
66
]
@@ -191,7 +191,7 @@ messages_control.disable = [
191191
]
192192

193193
[tool.bumpversion]
194-
current_version = "1.0.0"
194+
current_version = "1.1.0"
195195
commit = false
196196
tag = false
197197

src/nsidc/iceflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434
from nsidc.iceflow.itrf.converter import transform_itrf
3535

36-
__version__ = "v1.0.0"
36+
__version__ = "v1.1.0"
3737

3838

3939
__all__ = [

0 commit comments

Comments
 (0)