Skip to content

Commit

Permalink
fix: Fix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Apr 25, 2016
1 parent ca06760 commit b066fdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-


from catt import __version__
try:
from setuptools import setup
except ImportError:
Expand All @@ -25,7 +26,7 @@

setup(
name='catt',
version='0.0.1',
version=__version__,
description="Cast All The Things allows you to send videos from many, many online sources to your Chromecast.",
long_description=readme + '\n\n' + history,
author="Stavros Korokithakis",
Expand Down

0 comments on commit b066fdb

Please sign in to comment.