Skip to content

Commit e5b6b26

Browse files
version 0.0.1.3 release
1 parent 3fe5cdc commit e5b6b26

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
@@ -1,6 +1,6 @@
11
[project]
22
name = "bmdrc"
3-
version = "0.0.1.2"
3+
version = "0.0.1.3"
44
authors = [
55
{name="David Degnan", email="[email protected]"},
66
{name="Sara Gosline", email="[email protected]"},

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author = ['David Degnan', 'Sara Gosline', 'Katrina Waters'],
99
1010
url = 'https://github.com/PNNL-CompBio/bmdrc',
11-
download_url = 'https://github.com/PNNL-CompBio/bmdrc/archive/refs/tags/v_0.0.1.tar.gz',
11+
download_url = 'https://github.com/PNNL-CompBio/bmdrc/archive/refs/tags/v_0.0.3.tar.gz',
1212
install_requires=[
1313
"pandas>=2.1.4",
1414
"numpy>=1.26.2",

0 commit comments

Comments
 (0)