From 81e9de49bbdcff08064ed3f5604cf99ab033cbd6 Mon Sep 17 00:00:00 2001
From: Jesse Mapel <jmapel@usgs.gov>
Date: Mon, 30 Mar 2020 08:00:08 -0700
Subject: [PATCH] 0.7.3 release prep

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb3ee2a..1c09552 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.7.2 DESCRIPTION "Abstraction Library for Ephemerides ")
+project(ale VERSION 0.7.3 DESCRIPTION "Abstraction Library for Ephemerides ")
 
 # include what we need
 include(GNUInstallDirs)
diff --git a/setup.py b/setup.py
index abf3bfc..555454b 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
 from setuptools import setup, find_packages
 
 NAME = "Ale"
-VERSION = "0.7.2"
+VERSION = "0.7.3"
 
 # To install the library, run the following
 #
-- 
GitLab