Skip to content

Commit 35940f6

Browse files
committed
Bump version: 0.0.3 → 0.0.4
1 parent b6bd0a6 commit 35940f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "lighter"
7-
version = "0.0.3"
7+
version = "0.0.4"
88
description = "YAML-based automated rapid prototyping framework for deep learning experiments"
99
authors = [
1010
{ name = "Ibrahim Hadzic", email = "[email protected]" },
@@ -149,7 +149,7 @@ select = ["B", "E", "F", "I", "W"]
149149
ignore = ["E203", "E501", "N813"]
150150

151151
[tool.bumpversion]
152-
current_version = "0.0.3"
152+
current_version = "0.0.4"
153153
commit = true
154154
tag = true
155155

src/lighter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Lighter is a framework for streamlining deep learning experiments with configuration files.
33
"""
44

5-
__version__ = "0.0.3"
5+
__version__ = "0.0.4"
66

77
from .utils.logging import _setup_logging
88

0 commit comments

Comments
 (0)