Skip to content

Commit

Permalink
added updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBechtel committed Jan 1, 2022
1 parent 28852b4 commit c864bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="keras-beats-jonathan-bechtel",
version="0.0.2",
version="0.0.3",
author="Jonathan Bechtel",
author_email="jonathan@jonathanbech.tel",
description="Lightweight installation of NBeats NN architecture for keras",
Expand Down
1 change: 1 addition & 0 deletions src/kerasbeats/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import GenericBlock, TrendBlock, SeasonalBlock, NBeats

0 comments on commit c864bc2

Please sign in to comment.