Skip to content

Commit e1c9a08

Browse files
committed
prepare for release 0.1.0
1 parent 6b50720 commit e1c9a08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deep_code/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
THEMES_SCHEMA_URI = "https://stac-extensions.github.io/themes/v1.0.0/schema.json"
1010
OSC_THEME_SCHEME = "https://github.com/stac-extensions/osc#theme"
1111
OSC_REPO_OWNER = "ESA-EarthCODE"
12-
OSC_REPO_NAME = "open-science-catalog-metadata-testing"
12+
OSC_REPO_NAME = "open-science-catalog-metadata"
1313
OSC_BRANCH_NAME = "add-new-collection"
1414
DEFAULT_THEME_SCHEME = (
1515
"https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords"

deep_code/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2020
# DEALINGS IN THE SOFTWARE.
2121

22-
version = "0.0.1.dev1"
22+
version = "0.0.1"

0 commit comments

Comments
 (0)