Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ha committed Nov 25, 2023
1 parent 66606a7 commit 3aecac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dionysus-trainer"
version = "0.1.0"
version = "0.2.0"
description = "Training neural networks"
readme = "README.md"
authors = [{ name = "Felix Jobson", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion src/dionysus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 3aecac8

Please sign in to comment.