From a777684b046d3e6ea43ad9a244e9a9502afc09dd Mon Sep 17 00:00:00 2001
From: Bruce Allen <bdallen@nps.edu>
Date: Wed, 20 Mar 2024 12:54:48 -0700
Subject: [PATCH] update version

---
 python/Makefile        | 4 ++--
 python/version_file.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/python/Makefile b/python/Makefile
index c4f69cd..621225a 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -13,8 +13,8 @@
 # * change resources.
 # * want to install trace-generator and run tests
 
-VERSION = v2.0.0_beta_0
-DIST_VERSION = v2_0_0_beta_0
+VERSION = v1.3.0_beta_0
+DIST_VERSION = v1_3_0_beta_0
 MAC_M1_APP = MP-Gryphon_mac_m1_$(DIST_VERSION)
 MAC_INTEL_APP = MP-Gryphon_mac_intel_$(DIST_VERSION)
 UBUNTU_X64_APP = MP-Gryphon_ubuntu_20_4_x64_$(DIST_VERSION)
diff --git a/python/version_file.py b/python/version_file.py
index fb90282..c6cdfbe 100644
--- a/python/version_file.py
+++ b/python/version_file.py
@@ -1,2 +1,2 @@
 # This file is auto-generated by Makefile.  Do not edit this file.
-VERSION = "v2.0.0_beta_0"
+VERSION = "v1.3.0_beta_0"
-- 
GitLab