From e7f663bc5a57691abf44dd182d213861ba5a031b Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 9 Dec 2022 14:10:59 -0500 Subject: [PATCH] Bump versions Signed-off-by: Alex Nelson --- case_prov/__init__.py | 2 +- case_prov/case_prov_dot.py | 2 +- case_prov/case_prov_rdf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/case_prov/__init__.py b/case_prov/__init__.py index 31c4145..6c4a7a7 100644 --- a/case_prov/__init__.py +++ b/case_prov/__init__.py @@ -11,4 +11,4 @@ # # We would appreciate acknowledgement if the software is used. -__version__ = "0.5.0" +__version__ = "0.6.0" diff --git a/case_prov/case_prov_dot.py b/case_prov/case_prov_dot.py index e75c29f..9814a2e 100644 --- a/case_prov/case_prov_dot.py +++ b/case_prov/case_prov_dot.py @@ -21,7 +21,7 @@ # get quoted. This turns out to be a dot syntax error. Need to report # this upstream to pydot. -__version__ = "0.3.0" +__version__ = "0.4.0" import argparse import collections diff --git a/case_prov/case_prov_rdf.py b/case_prov/case_prov_rdf.py index bd3ac2f..27ee8d0 100644 --- a/case_prov/case_prov_rdf.py +++ b/case_prov/case_prov_rdf.py @@ -15,7 +15,7 @@ This script executes CONSTRUCT queries, returning a supplemental graph. """ -__version__ = "0.2.1" +__version__ = "0.3.0" import argparse import importlib.resources