diff --git a/CMakeLists.txt b/CMakeLists.txt index 7de4db06fe74b9f3586ad88179f7c6b4a331b8ec..c0408ae4ef2a61d119e08de1dadf593ae44134df 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.3 DESCRIPTION "Abstraction Library for Ephemerides ") +project(ale VERSION 0.8.4 DESCRIPTION "Abstraction Library for Ephemerides ") # include what we need include(GNUInstallDirs) diff --git a/docs/source/conf.py b/docs/source/conf.py index 690bf753b838aa5cc21d56dacf2bda0e905d1ece..704f4925f029a8be92fcbadf5e21e830d7e3189f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,9 +26,9 @@ copyright = 'Public Domain' author = 'USGS, Astrogeology Science Center' # The short X.Y.Z version -version = '0.8.3' +version = '0.8.4' # The full version, including alpha/beta/rc tags -release = '0.8.3' +release = '0.8.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 53567079ccf7857cc8a9c414992f6917810eec1f..1255dec0fafb12ca09ced7cabcad38dbf356bf48 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import setup, find_packages NAME = "Ale" -VERSION = "0.8.3" +VERSION = "0.8.4" # To install the library, run the following #