Skip to content

Commit

Permalink
bump version 0.2.3 --> 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
prism-admin committed Sep 14, 2023
1 parent 55456a6 commit fe7b833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prism/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#############

# Version number
VERSION = '0.2.3'
VERSION = '0.2.4'

# Root directory of project
ROOT_DIR = str(Path(os.path.dirname(__file__)).parent)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
version = 0.2.4
author = prism founders
author_email = hello@runprism.com
license = Apache-2.0
Expand Down

0 comments on commit fe7b833

Please sign in to comment.