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

Ticked to 0.8.3

parent 8acadb53
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# Specify the required version of CMake. # Specify the required version of CMake.
# cmake 3.15 required for findPython virtualenv configuration # cmake 3.15 required for findPython virtualenv configuration
cmake_minimum_required(VERSION 3.15) cmake_minimum_required(VERSION 3.15)
project(ale VERSION 0.8.2 DESCRIPTION "Abstraction Library for Ephemerides ") project(ale VERSION 0.8.3 DESCRIPTION "Abstraction Library for Ephemerides ")
# include what we need # include what we need
include(GNUInstallDirs) include(GNUInstallDirs)
......
...@@ -26,9 +26,9 @@ copyright = 'Public Domain' ...@@ -26,9 +26,9 @@ copyright = 'Public Domain'
author = 'USGS, Astrogeology Science Center' author = 'USGS, Astrogeology Science Center'
# The short X.Y.Z version # The short X.Y.Z version
version = '0.8.2' version = '0.8.3'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.8.2' release = '0.8.3'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
...@@ -4,7 +4,7 @@ import sys ...@@ -4,7 +4,7 @@ import sys
from setuptools import setup, find_packages from setuptools import setup, find_packages
NAME = "Ale" NAME = "Ale"
VERSION = "0.8.2" VERSION = "0.8.3"
# To install the library, run the following # 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