Skip to content

Commit a0629ad

Browse files
authored
Bump version from 1.1.0-beta to 1.1.0
1 parent 697e481 commit a0629ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pygem"
3-
version = "1.1.0-beta"
3+
version = "1.1.0"
44
description = "Python Glacier Evolution Model (PyGEM)"
55
authors = ["David Rounce <drounce@cmu.edu>,Brandon Tober <btober@cmu.edu>"]
66
license = "MIT License"
@@ -97,4 +97,4 @@ ignore = [
9797
[tool.coverage.report]
9898
omit = ["pygem/tests/*"]
9999
show_missing = true
100-
skip_empty = true
100+
skip_empty = true

0 commit comments

Comments
 (0)