Skip to content

Commit

Permalink
Merge pull request #3 from rsmith013/python-version
Browse files Browse the repository at this point in the history
Python version
  • Loading branch information
rsmith013 authored Jan 31, 2023
2 parents cf38f39 + ba70621 commit 43cca13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion metaflow_extensions/sentry/toplevel/sentry_toplevel.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__mf_extensions__ = "sentry"

__version__ = "0.2.0"
__version__ = "0.2.1"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "metaflow-sentry-logger"
version = "0.2.0"
version = "0.2.1"
description="Sentry logging plugins for Metaflow (metaflow.org)"
readme="README.md"
authors=[{name = "Richard Smith"}]
Expand All @@ -18,7 +18,7 @@ dependencies = [
"sentry-sdk",
"metaflow",
]
requires-python= ">=3.9"
requires-python= ">=3.7"

[project.optional-dependencies]
dev = ["pip-tools", "pytest", "bumpver", "pre-commit"]
Expand All @@ -30,7 +30,7 @@ metaflow_extensions = "metaflow_extensions"
Homepage = "https://github.com/rsmith013/metaflow-sentry-logger"

[tool.bumpver]
current_version = "0.2.0"
current_version = "0.2.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 43cca13

Please sign in to comment.