Skip to content

Commit febbaba

Browse files
committed
Version bump
1 parent 82a6250 commit febbaba

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.2'
3+
__version__ = '0.9.3'
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.2'
10+
__version__ = '0.9.3'
1111

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

0 commit comments

Comments
 (0)