From f0a2891c8ccc6ecaac243dc507394dbe7875400f Mon Sep 17 00:00:00 2001
From: Jesse Mapel <jmapel@usgs.gov>
Date: Thu, 8 Apr 2021 13:08:18 -0700
Subject: [PATCH] 0.8.6 version tick (#416)

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

diff --git a/.appveyor.yml b/.appveyor.yml
index d97ea5e..33ebe43 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,4 +1,4 @@
-version: '0.8.5.{build}'
+version: '0.8.6.{build}'
 
 image: Visual Studio 2017
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 236600e..de1e58b 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.5 DESCRIPTION "Abstraction Library for Ephemerides ")
+project(ale VERSION 0.8.6 DESCRIPTION "Abstraction Library for Ephemerides ")
 
 # include what we need
 include(GNUInstallDirs)
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index f535f2b..ead926e 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -1,4 +1,4 @@
-{% set version = "0.8.5" %}
+{% set version = "0.8.6" %}
 {% set git_branch = "master" %}
 {% set build_number = "0" %}
 
diff --git a/setup.py b/setup.py
index 3ca4a86..cb62110 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
 from setuptools import setup, find_packages
 
 NAME = "Ale"
-VERSION = "0.8.5"
+VERSION = "0.8.6"
 
 # To install the library, run the following
 #
-- 
GitLab