Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jun 27, 2024
1 parent 9320484 commit 3b5d69e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
pip install pytest
pytest
wheels:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
needs: test
name: Build wheels
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion 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 = "dedupe-variable-datetime"
version = "1.0.0"
version = "2.0.0"
license = {text = "The MIT License: http://www.opensource.org/licenses/mit-license.php"}
description = "DateTime variable type for dedupe"
dependencies = ["dedupe>=3.0", "datetime-distance"]
Expand Down

0 comments on commit 3b5d69e

Please sign in to comment.