Skip to content

Commit e5b6b26

Browse files
author
david.degnan@pnnl.gov
committed
version 0.0.1.3 release
1 parent 3fe5cdc commit e5b6b26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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="david.degnan@pnnl.gov"},
66
{name="Sara Gosline", email="sara.gosline@pnnl.gov"},

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
author_email = ['David.Degnan@pnnl.gov', 'Sara.Gosline@pnnl.gov', 'Katrina.Waters@pnnl.gov'],
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)