Skip to content

Commit

Permalink
Bump version to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hristo-vrigazov committed Feb 6, 2024
1 parent b46ae89 commit f2b40c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmap_ninja/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mmap_ninja"
version = "0.7.3"
version = "0.7.4"
description = "mmap.ninja: Memory mapped data structures"
readme = "README.md"
authors = [{ name = "Hristo Vrigazov", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion mmap_ninja/src/mmap_ninja/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.3"
__version__ = "0.7.4"

from .base import Wrapped
from .numpy import (
Expand Down

0 comments on commit f2b40c1

Please sign in to comment.