Skip to content

Commit 63f32b4

Browse files
committed
Bump version number
1 parent cfd167d commit 63f32b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
v0.9.8
5-
------
4+
v0.10
5+
-----
66
As a highlight of the release, Michele Orrù added i18n support to bpython.
77

88
Some issues have been resolved as well:

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.9.7.1'
25+
__version__ = '0.10'
2626
package_dir = os.path.abspath(os.path.dirname(__file__))
2727

2828

0 commit comments

Comments
 (0)