diff --git a/.appveyor.yml b/.appveyor.yml
index 2fda45c1e886f2c5bc3b2ecc783fe1576b78528a..d97ea5ed5996dfa19ae660c50879fccac9fbce15 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,4 +1,4 @@
-version: '0.8.1.{build}'
+version: '0.8.5.{build}'
 
 image: Visual Studio 2017
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0408ae4ef2a61d119e08de1dadf593ae44134df..236600e5c7d2fee47bf329878d79e175445fe3df 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.4 DESCRIPTION "Abstraction Library for Ephemerides ")
+project(ale VERSION 0.8.5 DESCRIPTION "Abstraction Library for Ephemerides ")
 
 # include what we need
 include(GNUInstallDirs)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 704f4925f029a8be92fcbadf5e21e830d7e3189f..07763bb167dbb85cf0eddc421d92ab4b51304c28 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.4'
+version = '0.8.5'
 # The full version, including alpha/beta/rc tags
-release = '0.8.4'
+release = '0.8.5'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index ece6761bb76034f03cdf021fdc456aced79065b2..d713bb0448bfa0c9a34f56632f404c5b911cef85 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -1,4 +1,4 @@
-{% set version = "0.8.1" %}
+{% set version = "0.8.5" %}
 {% set git_branch = "master" %}
 {% set build_number = "0" %}
 
diff --git a/setup.py b/setup.py
index 1255dec0fafb12ca09ced7cabcad38dbf356bf48..3ca4a86437e716c7bf3c311b93c12cc3d778ff7d 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
 from setuptools import setup, find_packages
 
 NAME = "Ale"
-VERSION = "0.8.4"
+VERSION = "0.8.5"
 
 # To install the library, run the following
 #