From 5981ef50fd06f1111f78fd07290b4a0d3e64988f Mon Sep 17 00:00:00 2001 From: Mihir Trivedi Date: Thu, 26 Oct 2023 08:26:00 -0400 Subject: [PATCH] bump v0.2.6 --> v0.2.7 --- prism/constants.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prism/constants.py b/prism/constants.py index 355a947..9237fcb 100644 --- a/prism/constants.py +++ b/prism/constants.py @@ -17,7 +17,7 @@ ############# # Version number -VERSION = '0.2.6' +VERSION = '0.2.7' # Root directory of project ROOT_DIR = str(Path(os.path.dirname(__file__)).parent) diff --git a/setup.cfg b/setup.cfg index 9594e29..d233379 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = prism-ds description = The easiest way to create data pipelines in Python. long_description_content_type = text/markdown long_description = file: README.md -version = 0.2.6 +version = 0.2.7 author = prism founders author_email = hello@runprism.com license = Apache-2.0