Skip to content

Commit

Permalink
release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Jun 3, 2024
1 parent 76ec8b2 commit e6e809b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog/_unreleased.toml → .changelog/0.1.2.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
release-date = "2024-06-03"

[[entries]]
id = "cedefc31-4ddb-4615-a391-2e6fc1b0ed2c"
type = "fix"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "python-stablehash"
version = "0.1.1"
version = "0.1.2"
description = "Stable hashing of Python data structures across separate processes and platforms."
authors = [{ name = "Niklas Rosenstein", email = "rosensteinniklas@gmail.com" }]
dependencies = []
Expand Down
2 changes: 1 addition & 1 deletion src/stablehash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

import hashlib
from typing import Any
Expand Down

0 comments on commit e6e809b

Please sign in to comment.