Loading CMakeLists.txt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -7,7 +7,7 @@ # Specify the required version of CMake. # Specify the required version of CMake. # cmake 3.10 required for ctest/gtest integration # cmake 3.10 required for ctest/gtest integration cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.10) project(ale VERSION 0.6.4 DESCRIPTION "Abstraction Library for Ephemerides ") project(ale VERSION 0.6.5 DESCRIPTION "Abstraction Library for Ephemerides ") # include what we need # include what we need include(GNUInstallDirs) include(GNUInstallDirs) Loading setup.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -4,7 +4,7 @@ import sys from setuptools import setup, find_packages from setuptools import setup, find_packages NAME = "Ale" NAME = "Ale" VERSION = "0.6.4" VERSION = "0.6.5" # To install the library, run the following # To install the library, run the following # # Loading Loading
CMakeLists.txt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -7,7 +7,7 @@ # Specify the required version of CMake. # Specify the required version of CMake. # cmake 3.10 required for ctest/gtest integration # cmake 3.10 required for ctest/gtest integration cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.10) project(ale VERSION 0.6.4 DESCRIPTION "Abstraction Library for Ephemerides ") project(ale VERSION 0.6.5 DESCRIPTION "Abstraction Library for Ephemerides ") # include what we need # include what we need include(GNUInstallDirs) include(GNUInstallDirs) Loading
setup.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -4,7 +4,7 @@ import sys from setuptools import setup, find_packages from setuptools import setup, find_packages NAME = "Ale" NAME = "Ale" VERSION = "0.6.4" VERSION = "0.6.5" # To install the library, run the following # To install the library, run the following # # Loading