Skip to content

Commit 4ad590a

Browse files
committed
📦 Prototype version 0.0.5 with improved datasets.
1 parent 546b336 commit 4ad590a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytrain"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "Automated task/test framework for differentiable software."
55
authors = ["Alex J. Champandard <[email protected]>"]
66
license = "BSD-3-Clause"

pytrain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyTrain — Copyright (c) 2019, Alex J. Champandard.
22

3-
__version__ = "0.0.4"
3+
__version__ = "0.0.5"
44

55
from .decorators import *
66
from .data import Batch

0 commit comments

Comments
 (0)