Skip to content

Commit 64c89f8

Browse files
committed
Set version to 0.5.0
1 parent 6acc129 commit 64c89f8

File tree

4 files changed

+2
-2
lines changed

4 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.0.dev"
28+
__version__ = "0.5.0"
5.72 MB
Binary file not shown.

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.0.dev"
3+
version := "0.5.0"
44

55
scalaVersion := "2.10.3"
66

0 commit comments

Comments
 (0)