From c74bcd16181bb3e19581b50485a1c6d8be254dd9 Mon Sep 17 00:00:00 2001
From: Bruce Allen <bdallen@nps.edu>
Date: Mon, 18 Mar 2024 14:12:15 -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 39c9d69..c4f69cd 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -13,8 +13,8 @@
 # * change resources.
 # * want to install trace-generator and run tests
 
-VERSION = v1.3.0_alpha_6
-DIST_VERSION = v1_3_0_alpha_6
+VERSION = v2.0.0_beta_0
+DIST_VERSION = v2_0_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 508daf5..fb90282 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 = "v1.3.0_alpha_6"
+VERSION = "v2.0.0_beta_0"
-- 
GitLab