Skip to content

Commit 3b7b545

Browse files
author
Devyn Stott
committed
fix(starter): Make the version 0.1.0
1 parent a5bb61d commit 3b7b545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

starter/starter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88
from __future__ import print_function
99

10-
__version__ = "0.2.0"
10+
__version__ = "0.1.0"
1111

1212

1313
class StartExample(object):

0 commit comments

Comments
 (0)