Skip to content

Commit 64e1e67

Browse files
committed
Set version number to dev while in development to avoid confusion and to avoid not updating the version number
1 parent dded948 commit 64e1e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# THE SOFTWARE.
2222

2323

24-
__version__ = '0.9.6.2'
24+
__version__ = 'dev'
2525

2626

2727
def embed(locals_=None, args=['-i', '-q'], banner=None):

0 commit comments

Comments
 (0)