Skip to content

Commit

Permalink
addressing feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Nov 16, 2023
1 parent 487b2b6 commit 511e05c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Specify the required version of CMake.
# cmake 3.15 required for findPython virtualenv configuration
cmake_minimum_required(VERSION 3.15)
project(ale VERSION 0.9.1 DESCRIPTION "Abstraction Library for Ephemerides ")
project(ale VERSION 1.0.0 DESCRIPTION "Abstraction Library for Ephemerides ")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down
10 changes: 5 additions & 5 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@
],

"contact": {
"name": "Jason Laura",
"email": "jlaura@usgs.gov"
"name": "Kelvin Rodriguez",
"email": "krodriguez@usgs.gov"
},

"date": {
Expand All @@ -244,7 +244,7 @@
},

"homepageURL": "https://code.usgs.gov/astrogeology/ale/-/tree/1.0.0",
"downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/0.8.7/ale-1.0.0.zip",
"downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/1.0.0/ale-1.0.0.zip",
"disclaimerURL": "https://code.usgs.gov/astrogeology/ale/-/raw/1.0.0/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/astrogeology/ale.git",
"vcs": "git",
Expand All @@ -265,8 +265,8 @@
],

"contact": {
"name": "Jason Laura",
"email": "jlaura@usgs.gov"
"name": "Kelvin Rodriguez",
"email": "krodriguez@usgs.gov"
},

"date": {
Expand Down

0 comments on commit 511e05c

Please sign in to comment.