Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Oct 17, 2024
1 parent 66d62f0 commit 0b9e805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "OkBloomer"
version = "0.0.2"
version = "0.0.3"
requires-python = ">= 3.10"
dependencies = [
"mmh3>5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/okbloomer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
BloomFilter,
)

__version__ = '0.0.2'
__version__ = '0.0.3'

__all__ = [
'BloomFilter',
Expand Down

0 comments on commit 0b9e805

Please sign in to comment.