Skip to content

Commit

Permalink
Revert "version"
Browse files Browse the repository at this point in the history
This reverts commit ecac716.
  • Loading branch information
marc-hanheide committed Aug 12, 2020
1 parent ecac716 commit a08a415
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup, find_packages

VERSION = '1.5.5'
VERSION = '1.5.4'

setup(
name='tmule',
Expand All @@ -18,6 +18,8 @@
author='Marc Hanheide',
author_email='[email protected]',
url='https://github.com/marc-hanheide/TMuLe',
download_url='https://github.com/marc-hanheide/TMuLe/archive/%s.tar.gz'
% VERSION, # I'll explain this in a second
keywords=['autobahn', 'twisted', 'libtmux'],
classifiers=[],
include_package_data=True,
Expand Down

0 comments on commit a08a415

Please sign in to comment.