Commit 95df57cb authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

release bump (#351)

parent 4131a93d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
# Specify the required version of CMake.
# cmake 3.10 required for ctest/gtest integration
cmake_minimum_required(VERSION 3.10)
project(ale VERSION 0.7.3 DESCRIPTION "Abstraction Library for Ephemerides ")
project(ale VERSION 0.8.0 DESCRIPTION "Abstraction Library for Ephemerides ")

# include what we need
include(GNUInstallDirs)
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ import sys
from setuptools import setup, find_packages

NAME = "Ale"
VERSION = "0.7.3"
VERSION = "0.8.0"

# To install the library, run the following
#