Skip to content

Commit 6e37668

Browse files
committed
Give the pending release a number
--HG-- branch : 0.10-bugfix
1 parent 1000c18 commit 6e37668

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
@@ -22,7 +22,7 @@
2222

2323
import os.path
2424

25-
__version__ = '0.10'
25+
__version__ = '0.10.1'
2626
package_dir = os.path.abspath(os.path.dirname(__file__))
2727

2828

0 commit comments

Comments
 (0)