Skip to content

Commit 8593e7d

Browse files
committed
Version number -> 0.9.5
1 parent ab61405 commit 8593e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbval/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 9, 4)
1+
version_info = (0, 9, 5)
22
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 commit comments

Comments
 (0)