Skip to content

Commit 4f18493

Browse files
committed
chore: update version to 0.4.0-dev and add unreleased section in changelog
1 parent be22d53 commit 4f18493

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hyperdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from .base import BaseHypergraphDB # noqa: F401
33
from .hypergraph import HypergraphDB # noqa: F401
44

5-
__version__ = "0.3.0"
5+
__version__ = "0.4.0-dev"
66

77
__all__ = ["AUTHOR_EMAIL", "BaseHypergraphDB", "HypergraphDB"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hypergraph-db"
3-
version = "0.3.0"
3+
version = "0.4.0-dev"
44
description = "A Lightweight Hypergraph Database with hypergraph visualization."
55
authors = [
66
{name = "Yifan Feng", email = "[email protected]"}

0 commit comments

Comments
 (0)