Skip to content

Commit 0292b13

Browse files
committed
Version bump
1 parent fa7a937 commit 0292b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import find_packages, setup
22

3-
__version__ = '0.9.4'
3+
__version__ = '0.9.5'
44
URL = 'https://github.com/TorchSpatiotemporal/tsl'
55

66
with open("README.md", "r") as fh:

tsl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
nn = LazyLoader('nn', globals(), 'tsl.nn')
88
engines = LazyLoader('engines', globals(), 'tsl.engines')
99

10-
__version__ = '0.9.4'
10+
__version__ = '0.9.5'
1111

1212
epsilon = 5e-8
1313
config = Config()

0 commit comments

Comments
 (0)