Skip to content

Commit 6602c7f

Browse files
committed
chore(version): bump version to 0.1.4 in project files
1 parent 9815142 commit 6602c7f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "spectrax-lib"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
authors = [{ name = "Erfan Zare Chavoshi", email = "Erfanzare810@gmail.com" }]
99
description = "SpectraX: a JAX-only neural-network library with a True MPMD pipeline parallelism for JAX — with an eager module API."
1010
readme = "README.md"

spectrax/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
``from ._version import __version__`` and by packaging tooling.
99
"""
1010

11-
__version__ = "0.1.3"
11+
__version__ = "0.1.4"

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)