From a9c8ede1d4699f88d3534e652069f8c1300aba7c Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 10 Jan 2024 14:16:43 -0800 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 34bd76a..cff264c 100644 --- a/case_prov/__init__.py +++ b/case_prov/__init__.py @@ -11,7 +11,7 @@ # # We would appreciate acknowledgement if the software is used. -__version__ = "0.10.0" +__version__ = "0.11.0" import datetime import typing diff --git a/case_prov/case_prov_dot.py b/case_prov/case_prov_dot.py index ab71b5a..60010d6 100644 --- a/case_prov/case_prov_dot.py +++ b/case_prov/case_prov_dot.py @@ -27,7 +27,7 @@ # get quoted. This turns out to be a dot syntax error. Need to report # this upstream to pydot. -__version__ = "0.5.0" +__version__ = "0.5.1" import argparse import collections diff --git a/case_prov/case_prov_rdf.py b/case_prov/case_prov_rdf.py index 8c67657..d07c810 100644 --- a/case_prov/case_prov_rdf.py +++ b/case_prov/case_prov_rdf.py @@ -15,7 +15,7 @@ This script executes CONSTRUCT queries and other data translation, returning a supplemental graph. """ -__version__ = "0.4.0" +__version__ = "0.4.1" import argparse import importlib.resources