Loading .appveyor.yml +1 −1 Original line number Diff line number Diff line version: '0.8.1.{build}' version: '0.8.5.{build}' image: Visual Studio 2017 Loading CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading docs/source/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -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 --------------------------------------------------- Loading recipe/meta.yaml +1 −1 Original line number Diff line number Diff line {% set version = "0.8.1" %} {% set version = "0.8.5" %} {% set git_branch = "master" %} {% set build_number = "0" %} Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 # Loading Loading
.appveyor.yml +1 −1 Original line number Diff line number Diff line version: '0.8.1.{build}' version: '0.8.5.{build}' image: Visual Studio 2017 Loading
CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
docs/source/conf.py +2 −2 Original line number Diff line number Diff line Loading @@ -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 --------------------------------------------------- Loading
recipe/meta.yaml +1 −1 Original line number Diff line number Diff line {% set version = "0.8.1" %} {% set version = "0.8.5" %} {% set git_branch = "master" %} {% set build_number = "0" %} Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 # Loading