Skip to content
Snippets Groups Projects
Commit b2eb3ae2 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

ticked version to 0.7.2 (#327)

* ticked version to 0.7.2

* ticked version in cmakelists
parent cb653b6a
No related branches found
No related tags found
No related merge requests found
......@@ -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.6.5 DESCRIPTION "Abstraction Library for Ephemerides ")
project(ale VERSION 0.7.2 DESCRIPTION "Abstraction Library for Ephemerides ")
# include what we need
include(GNUInstallDirs)
......
......@@ -4,7 +4,7 @@ import sys
from setuptools import setup, find_packages
NAME = "Ale"
VERSION = "0.6.5"
VERSION = "0.7.2"
# 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