Skip to content

Commit

Permalink
Updated ALE version in CmakeList.txt (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette authored Sep 29, 2023
1 parent 269fdb6 commit 49f8d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0 DESCRIPTION "Abstraction Library for Ephemerides ")
project(ale VERSION 0.9.1 DESCRIPTION "Abstraction Library for Ephemerides ")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down

0 comments on commit 49f8d6b

Please sign in to comment.