Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacini committed Aug 18, 2023
1 parent b3d6f4f commit 2e18d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = '0.9.3'
__version__ = '0.9.4'
URL = 'https://github.com/TorchSpatiotemporal/tsl'

with open("README.md", "r") as fh:
Expand Down
2 changes: 1 addition & 1 deletion tsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
nn = LazyLoader('nn', globals(), 'tsl.nn')
engines = LazyLoader('engines', globals(), 'tsl.engines')

__version__ = '0.9.3'
__version__ = '0.9.4'

epsilon = 5e-8
config = Config()
Expand Down

0 comments on commit 2e18d99

Please sign in to comment.