Skip to content

Commit

Permalink
bumping bugfix for pyproject spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiki committed Jul 23, 2024
1 parent 1e71e6f commit ad181fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.9'
__version__ = '0.3.10'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "desertislandutils"
version = "0.3.9"
version = "0.3.10"
description = "A collection of personal convenience utilities"
authors = ["mahiki <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_desertislandutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

def test_version():
# I don't know why I'm testing this but at least the import worked in pytest
assert __version__ == '0.3.9'
assert __version__ == '0.3.10'

0 comments on commit ad181fd

Please sign in to comment.