Skip to content

Commit

Permalink
Bumped version number for v1.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Nov 24, 2022
1 parent e020ed1 commit 906169b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ds_store/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .store import DSStore, DSStoreEntry

__version__ = "1.2.0"
__version__ = "1.3.1"

__all__ = ["__version__", "DSStore", "DSStoreEntry"]

0 comments on commit 906169b

Please sign in to comment.