diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b8006589fc5784db0f406f53b41847555ceaf8c..7de4db06fe74b9f3586ad88179f7c6b4a331b8ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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.8.2 DESCRIPTION "Abstraction Library for Ephemerides ")
+project(ale VERSION 0.8.3 DESCRIPTION "Abstraction Library for Ephemerides ")
 
 # include what we need
 include(GNUInstallDirs)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 166c97cd09b0ea9f523d882f073d4951d6ed509a..690bf753b838aa5cc21d56dacf2bda0e905d1ece 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -26,9 +26,9 @@ copyright = 'Public Domain'
 author = 'USGS, Astrogeology Science Center'
 
 # The short X.Y.Z version
-version = '0.8.2'
+version = '0.8.3'
 # The full version, including alpha/beta/rc tags
-release = '0.8.2'
+release = '0.8.3'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index 5b1c1ee722baec15f093b44f514b223b5f60e626..53567079ccf7857cc8a9c414992f6917810eec1f 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
 from setuptools import setup, find_packages
 
 NAME = "Ale"
-VERSION = "0.8.2"
+VERSION = "0.8.3"
 
 # To install the library, run the following
 #