Skip to content

Commit bd268aa

Browse files
committed
Updating version number to 0.4.1
1 parent 3be9411 commit bd268aa

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
@@ -24,4 +24,4 @@
2424
from thunder.utils.export import export
2525
from thunder.utils.context import ThunderContext
2626

27-
__version__ = "0.4.0"
27+
__version__ = "0.4.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.4.0"
3+
version := "0.4.1"
44

55
scalaVersion := "2.10.3"
66

0 commit comments

Comments
 (0)