Skip to content

Commit 9c40996

Browse files
authored
Update SDSS-access to use tree 4.0.10 (#81)
* Update .bumpversion.cfg * Update setup.cfg * Update setup.cfg
1 parent 80cfebc commit 9c40996

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.9dev
2+
current_version = 3.0.10
33
commit = True
44
tag = False
55
tag_name = {new_version}

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sdss-access
3-
version = 3.0.9dev
3+
version = 3.0.10
44
author = Brian Cherinka
55
author_email = bcherinka@stsci.edu
66
description = Package to dynamically build filepaths and access all SDSS SAS products
@@ -34,7 +34,7 @@ package_dir =
3434
install_requires =
3535
six>=1.11
3636
requests>=2.10.0
37-
sdss-tree>=4.0.0
37+
sdss-tree>=4.0.10
3838
sdsstools>=0.4.5
3939
tqdm>=4.46.0
4040

0 commit comments

Comments
 (0)