Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.9dev
current_version = 3.0.10
commit = True
tag = False
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sdss-access
version = 3.0.9dev
version = 3.0.10
author = Brian Cherinka
author_email = [email protected]
description = Package to dynamically build filepaths and access all SDSS SAS products
Expand Down Expand Up @@ -34,7 +34,7 @@ package_dir =
install_requires =
six>=1.11
requests>=2.10.0
sdss-tree>=4.0.0
sdss-tree>=4.0.10
sdsstools>=0.4.5
tqdm>=4.46.0

Expand Down
Loading