Skip to content

Commit 62d0a1e

Browse files
authored
Version Bump (#319)
1 parent 09fd5d9 commit 62d0a1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tgm-lib"
3-
version = "0.1.0a0"
3+
version = "0.1.0b0"
44
description = "Efficient and Modular ML on Temporal Graphs"
55
readme = "README.md"
66
license = {text = "MIT"}

tgm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
from .core import DGraph, DGBatch, TimeDeltaDG
44

5-
__version__ = '0.1.0a0'
5+
__version__ = '0.1.0b0'
66

77
__all__ = ['__version__', 'DGraph', 'DGBatch', 'TimeDeltaDG']

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)