We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697e481 commit a0629adCopy full SHA for a0629ad
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pygem"
3
-version = "1.1.0-beta"
+version = "1.1.0"
4
description = "Python Glacier Evolution Model (PyGEM)"
5
authors = ["David Rounce <drounce@cmu.edu>,Brandon Tober <btober@cmu.edu>"]
6
license = "MIT License"
@@ -97,4 +97,4 @@ ignore = [
97
[tool.coverage.report]
98
omit = ["pygem/tests/*"]
99
show_missing = true
100
-skip_empty = true
+skip_empty = true
0 commit comments