From 5472d74e479fe00cd4225e8923b1fff1460bee83 Mon Sep 17 00:00:00 2001
From: Jesse Mapel <jam826@nau.edu>
Date: Thu, 17 Oct 2019 12:35:24 -0700
Subject: [PATCH] Ticked version number (#301)

---
 CMakeLists.txt | 2 +-
 setup.py       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 48104fc..743e163 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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.5.0 DESCRIPTION "Abstraction Library for Ephemerides ")
+project(ale VERSION 0.6.0 DESCRIPTION "Abstraction Library for Ephemerides ")
 
 # include what we need
 include(GNUInstallDirs)
diff --git a/setup.py b/setup.py
index df08e59..bc239b9 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
 from setuptools import setup, find_packages
 
 NAME = "Ale"
-VERSION = "0.5.0"
+VERSION = "0.6.0"
 
 # To install the library, run the following
 #
-- 
GitLab