Skip to content

Commit

Permalink
Merge branch 'release/0.3.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2024
2 parents a689393 + be7a5da commit a51efee
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 a51efee

Please sign in to comment.