Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 1, 2024
1 parent 977c552 commit 3e043af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lighter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.3a2"
__version__ = "0.0.3a3"

from .utils.logging import _setup_logging

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lighter = "lighter.utils.runner:cli"

[tool.poetry]
name = "project-lighter"
version = "0.0.3a2"
version = "0.0.3a3"
description = "YAML-based automated rapid prototyping framework for deep learning experiments"
readme = "README.md"
authors = ["Ibrahim Hadzic <ibrahimhadzic45@gmail.com>" ,
Expand Down

0 comments on commit 3e043af

Please sign in to comment.