Skip to content

Commit

Permalink
Merge pull request #3 from archangelic/dev
Browse files Browse the repository at this point in the history
Fix bug with importing migration script
  • Loading branch information
archangelic authored Oct 20, 2016
2 parents 4fa5def + 893aaed commit 1146633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cistern/cistern.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from tabulate import tabulate
import transmissionrpc

import migrations
from cistern import migrations

cistern_folder = os.getenv('CISTERNHOME', os.path.join(os.environ['HOME'], '.cistern'))
db = SqliteDatabase(os.path.join(cistern_folder, 'cistern.db'))
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

setup(
name="cistern",
version="0.1.4",
version="0.1.5",
license="MIT",
url="https://github.com/archangelic/cistern",
description="Command line tool for downloading torrents from RSS feeds.",
author="Michael Hancock",
author_email="[email protected]",
download_url=(
"https://github.com/archangelic/cistern/archive/v0.1.4.tar.gz"
"https://github.com/archangelic/cistern/archive/v0.1.5.tar.gz"
),
install_requires=[
'click',
Expand Down

0 comments on commit 1146633

Please sign in to comment.