We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b50720 commit e1c9a08Copy full SHA for e1c9a08
deep_code/constants.py
@@ -9,7 +9,7 @@
9
THEMES_SCHEMA_URI = "https://stac-extensions.github.io/themes/v1.0.0/schema.json"
10
OSC_THEME_SCHEME = "https://github.com/stac-extensions/osc#theme"
11
OSC_REPO_OWNER = "ESA-EarthCODE"
12
-OSC_REPO_NAME = "open-science-catalog-metadata-testing"
+OSC_REPO_NAME = "open-science-catalog-metadata"
13
OSC_BRANCH_NAME = "add-new-collection"
14
DEFAULT_THEME_SCHEME = (
15
"https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords"
deep_code/version.py
@@ -19,4 +19,4 @@
19
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20
# DEALINGS IN THE SOFTWARE.
21
22
-version = "0.0.1.dev1"
+version = "0.0.1"
0 commit comments