From ccf39e1774ea7c9f440be9b9175a9aac3c925425 Mon Sep 17 00:00:00 2001
From: "Laura, Jason R" <jlaura@usgs.gov>
Date: Thu, 23 Feb 2023 12:56:27 -0700
Subject: [PATCH] Updates code.json for main

---
 code.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/code.json b/code.json
index 0885b66..8ec2507 100644
--- a/code.json
+++ b/code.json
@@ -3,8 +3,8 @@
       "name": "plio",
       "organization": "U.S. Geological Survey",
       "description": "A planetary surface data input/output library written in Python.",
-      "version": "1.5.3",
-      "status": "Development",
+      "version": "main",
+      "status": "Production",
 
       "permissions": {
         "usageType": "openSource",
@@ -19,7 +19,7 @@
       "homepageURL": "https://plio.readthedocs.io/en/latest/?badge=latest",
       "downloadURL": "https://code.usgs.gov/astrogeology/plio/-/archive/main/plio-main.zip",
       "disclaimerURL": "https://code.usgs.gov/astrogeology/plio/-/raw/main/DISCLAMER.md",
-      "repositoryURL": "https://code.usgs.gov/astrogeology/plio/",
+      "repositoryURL": "https://code.usgs.gov/astrogeology/plio.git",
       "vcs": "git",
   
       "laborHours": 0,
@@ -44,4 +44,4 @@
         "metadataLastUpdated": "2022-05-12"
       }
     }
-  ]
\ No newline at end of file
+  ]
-- 
GitLab