Skip to content

Commit 897a8c1

Browse files
committed
Move __version__ up
1 parent af5f3f7 commit 897a8c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmuxp/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
from __future__ import absolute_import, division, print_function, with_statement
1414

15+
__version__ = '0.1.0rc7'
16+
1517
from .session import Session
1618
from .server import Server
1719
from .window import Window
@@ -20,5 +22,3 @@
2022
from . import config, util, cli
2123

2224
import logging
23-
24-
__version__ = '0.1.0rc7'

0 commit comments

Comments
 (0)