Skip to content

Commit

Permalink
Merge pull request #31 from cloud-bulldozer/bump-v0.0.10
Browse files Browse the repository at this point in the history
Increment version to 0.0.10
  • Loading branch information
afcollins authored Feb 12, 2025
2 parents a300540 + 9bf2f3d commit fdfbcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages


VERSION = '0.0.9'
VERSION = '0.0.10'
DESCRIPTION = 'Common package for matching runs with provided metadata'
# pylint: disable= line-too-long
LONG_DESCRIPTION = "A package that allows to match metadata and get runs and create csv files with queried metrics"
Expand Down

0 comments on commit fdfbcce

Please sign in to comment.