diff --git a/.appveyor.yml b/.appveyor.yml
index bc40058a447da157df0e0f99d282a3827d661b01..8a53f1700d64b0583f2fc3653662b1a4b0428e28 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,4 +1,4 @@
-version: '0.9.0.{build}'
+version: '0.9.1.{build}'
 
 image: Visual Studio 2019
 
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e297e7ef2d4b530ef4dfce0679c2830fa0f9581a..cf3d66ebd53f52f59bc40716019bdee0007046de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,8 @@ release.
 
 ## [Unreleased]
 
+## [0.9.1] - 2023-06-05
+
 ### Changed
 - The NaifSpice class now gets two sun positions/velocities when a driver has more than one ephemeris time [#542](https://github.com/DOI-USGS/ale/pull/542)
 
diff --git a/DISCLAIMER.md b/DISCLAIMER.md
index 8515c12c73aba7a53b006a886e52b743863b8aa5..2b91b395ede81569f0d162b1873f254ea6cf545c 100644
--- a/DISCLAIMER.md
+++ b/DISCLAIMER.md
@@ -1,9 +1,15 @@
-This software has been approved for release by the U.S. Geological Survey
-(USGS). Although the software has been subjected to rigorous review, the USGS
-reserves the right to update the software as needed pursuant to further analysis
-and review. No warranty, expressed or implied, is made by the USGS or the U.S.
-Government as to the functionality of the software and related material nor
-shall the fact of release constitute any such warranty. Furthermore, the
-software is released on condition that neither the USGS nor the U.S. Government
-shall be held liable for any damages resulting from its authorized or
-unauthorized use.
\ No newline at end of file
+This software is preliminary or provisional and is subject to revision. It is
+being provided to meet the need for timely best science. The software has not
+received final approval by the U.S. Geological Survey (USGS). No warranty,
+expressed or implied, is made by the USGS or the U.S. Government as to the
+functionality of the software and related material nor shall the fact of release
+constitute any such warranty. The software is provided on the condition that
+neither the USGS nor the U.S. Government shall be held liable for any damages
+resulting from the authorized or unauthorized use of the software.This software is preliminary or provisional and is subject to revision. It is
+being provided to meet the need for timely best science. The software has not
+received final approval by the U.S. Geological Survey (USGS). No warranty,
+expressed or implied, is made by the USGS or the U.S. Government as to the
+functionality of the software and related material nor shall the fact of release
+constitute any such warranty. The software is provided on the condition that
+neither the USGS nor the U.S. Government shall be held liable for any damages
+resulting from the authorized or unauthorized use of the software.
\ No newline at end of file
diff --git a/code.json b/code.json
index 9ceba59650e4cc0c2a1ffa3fd1b58dcb436f2f91..96076ea850e6828592271ccb92a97512541d50a9 100644
--- a/code.json
+++ b/code.json
@@ -46,6 +46,46 @@
       "metadataLastUpdated": "2023-04-19"
     }
   },
+  {
+    "name": "ale",
+    "organization": "U.S. Geological Survey",
+    "description": "GitLab repository for the Abstraction Layer for Ephemerides package",
+    "version": "0.9.1",
+    "status": "Development",
+    "permissions": {
+      "usageType": "openSource",
+      "licenses": [
+        {
+          "name": "Public Domain, CC0-1.0",
+          "URL": "https://code.usgs.gov/astrogeology/ale/-/raw/0.9.1/LICENSE.md"
+        }
+      ]
+    },
+    "homepageURL": "https://code.usgs.gov/astrogeology/ale/",
+    "downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/0.9.1/ale-0.9.1.zip",
+    "disclaimerURL": "https://code.usgs.gov/astrogeology/ale/-/raw/0.9.1/DISCLAIMER.md",
+    "repositoryURL": "https://code.usgs.gov/astrogeology/ale.git",
+    "vcs": "git",
+    "laborHours": 480,
+    "tags": [
+      "Planetary",
+      "Remote Sensing",
+      "Data Processing",
+      "Ephemerides",
+      "Community Sensor Model"
+    ],
+    "languages": [
+      "C++",
+      "Python"
+    ],
+    "contact": {
+      "name": "Adam Paquette",
+      "email": "acpaquette@usgs.gov"
+    },
+    "date": {
+      "metadataLastUpdated": "2023-06-05"
+    }
+  },
   {
     "name": "ale",
     "organization": "U.S. Geological Survey",
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index c6796682730b64c94d96be0ffc019485fb292b27..3ce001b069feaa2aae96e7d778fe57a9ef3e2ce7 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -1,4 +1,4 @@
-{% set version = "0.9.0" %}
+{% set version = "0.9.1" %}
 {% set git_branch = "master" %}
 {% set build_number = "0" %}
 
diff --git a/setup.py b/setup.py
index db51fa649dd2d07940a121cb80c4a68307bc3295..22077e00e49539c8de30fa93fa468aad947e0cba 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
 from setuptools import setup, find_packages
 
 NAME = "Ale"
-VERSION = "0.9.0"
+VERSION = "0.9.1"
 
 # To install the library, run the following
 #