Skip to content

Commit 1562937

Browse files
committed
bump version
1 parent aa9024d commit 1562937

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "beat"
7-
version = "2.0.4"
7+
version = "2.0.5"
88
requires-python = ">=3.9"
99
license = {text = "GPLv3"}
1010
description = "'Bayesian Earthquake Analysis Tool'"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
op = os.path
1111

1212
packname = "beat"
13-
version = "2.0.4"
13+
version = "2.0.5"
1414

1515

1616
try:

0 commit comments

Comments
 (0)