From 67fb971af844589c72a55fddbf050a9532500f4b Mon Sep 17 00:00:00 2001
From: Jesse Mapel <jmapel@usgs.gov>
Date: Wed, 30 Dec 2020 12:11:32 -0700
Subject: [PATCH] 0.8.5 Version tick

---
 .appveyor.yml       | 2 +-
 CMakeLists.txt      | 2 +-
 docs/source/conf.py | 4 ++--
 recipe/meta.yaml    | 2 +-
 setup.py            | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 2fda45c..d97ea5e 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 c0408ae..236600e 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 704f492..07763bb 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 ece6761..d713bb0 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 1255dec..3ca4a86 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
 #
-- 
GitLab