Skip to content

Commit a262bfc

Browse files
committed
Use dev for __version__
This is for sphinx docs to link to the right code file
1 parent 2d08395 commit a262bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'libtmux'
22
__package_name__ = 'libtmux'
3-
__version__ = '0.8.0'
3+
__version__ = 'dev'
44
__description__ = 'scripting library / orm for tmux'
55
__email__ = 'tony@git-pull.com'
66
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)