Skip to content

Commit 3c2fffa

Browse files
committed
Bump version
1 parent ec04937 commit 3c2fffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lighter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.2a24"
1+
__version__ = "0.0.2a25"
22

33
from .utils.logging import _setup_logging
44

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lighter = "lighter.utils.cli:interface"
88

99
[tool.poetry]
1010
name = "project-lighter"
11-
version = "0.0.2a24"
11+
version = "0.0.2a25"
1212
description = "YAML-based automated rapid prototyping framework for deep learning experiments"
1313
readme = "README.md"
1414
authors = ["Ibrahim Hadzic <[email protected]>" ,

0 commit comments

Comments
 (0)