diff --git a/.appveyor.yml b/.appveyor.yml index d97ea5ed5..33ebe435a 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 236600e5c..de1e58b8b 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 f535f2be3..ead926e44 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 3ca4a8643..cb62110f6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages NAME = "Ale" -VERSION = "0.8.5" +VERSION = "0.8.6" # To install the library, run the following #