Skip to content

Commit 08afcef

Browse files
committed
update to v0.2rc0
1 parent 9ebeeda commit 08afcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywren/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# we're following the version number guidelines
33
# from https://www.python.org/dev/peps/pep-0386/
44

5-
__version__ = "0.2dev"
5+
__version__ = "0.2rc0"
66

77
if __name__ == "__main__":
88
print(__version__)

0 commit comments

Comments
 (0)