Skip to content
Snippets Groups Projects
Commit f0a2891c authored by Jesse Mapel's avatar Jesse Mapel
Browse files

0.8.6 version tick (#416)

parent e6522f9b
No related branches found
No related tags found
No related merge requests found
version: '0.8.5.{build}'
version: '0.8.6.{build}'
image: Visual Studio 2017
......
......@@ -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)
......
{% set version = "0.8.5" %}
{% set version = "0.8.6" %}
{% set git_branch = "master" %}
{% set build_number = "0" %}
......
......@@ -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
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment