We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cfebc commit 9c40996Copy full SHA for 9c40996
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.9dev
+current_version = 3.0.10
3
commit = True
4
tag = False
5
tag_name = {new_version}
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = sdss-access
-version = 3.0.9dev
+version = 3.0.10
author = Brian Cherinka
author_email = bcherinka@stsci.edu
6
description = Package to dynamically build filepaths and access all SDSS SAS products
@@ -34,7 +34,7 @@ package_dir =
34
install_requires =
35
six>=1.11
36
requests>=2.10.0
37
- sdss-tree>=4.0.0
+ sdss-tree>=4.0.10
38
sdsstools>=0.4.5
39
tqdm>=4.46.0
40
0 commit comments