Skip to content

Commit 056581d

Browse files
committed
Update version number
1 parent 1e64857 commit 056581d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

python/thunder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
from thunder.utils.datasets import DataSets
2626
from thunder.utils.context import ThunderContext
2727

28-
__version__ = "0.5.1.snapshot"
28+
__version__ = "0.5.1"

scala/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "thunder"
22

3-
version := "0.5.1.snapshot"
3+
version := "0.5.1"
44

55
scalaVersion := "2.10.3"
66

0 commit comments

Comments
 (0)