Skip to content

Commit 0793c2c

Browse files
committed
Version number -> 0.8rc1
1 parent decaf7c commit 0793c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '0.7'
54+
version = '0.8rc1'
5555
# The full version, including alpha/beta/rc tags.
5656
release = version
5757

libmodernize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from fissix.pygram import python_symbols as syms
66
from fissix.pgen2 import token
77

8-
__version__ = '0.7'
8+
__version__ = '0.8rc1'
99

1010
def check_future_import(node):
1111
"""If this is a future import, return set of symbols that are imported,

0 commit comments

Comments
 (0)