We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9024d commit 1562937Copy full SHA for 1562937
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "beat"
7
-version = "2.0.4"
+version = "2.0.5"
8
requires-python = ">=3.9"
9
license = {text = "GPLv3"}
10
description = "'Bayesian Earthquake Analysis Tool'"
setup.py
@@ -10,7 +10,7 @@
op = os.path
11
12
packname = "beat"
13
14
15
16
try:
0 commit comments