We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b3541 commit 32f9710Copy full SHA for 32f9710
2 files changed
docs/conf.py
@@ -13,7 +13,7 @@
13
project = 'PyGEM'
14
copyright = '2023, David Rounce'
15
author = 'David Rounce'
16
-release = '1.0.0'
+release = '1.0.1'
17
18
# -- General configuration ---------------------------------------------------
19
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pygem"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "Python Glacier Evolution Model (PyGEM)"
5
authors = ["David Rounce <drounce@cmu.edu>,Brandon Tober <btober@cmu.edu>"]
6
license = "MIT License"
0 commit comments