Skip to content

Commit 4bd37a8

Browse files
committed
🏠 Repo housecleaning
Moved to different org.
1 parent e62e22f commit 4bd37a8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build/
1313
develop-eggs/
1414
dist/
1515
eggs/
16+
.eggs/
1617
lib/
1718
lib64/
1819
parts/

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
setup(
66
name='Flask-SQLAlchemy-Caching',
7-
version='1.0.1',
7+
version='1.0.2',
88
description='CachingQuery implementation to Flask using Flask-SQLAlchemy and Flask-Caching',
99
author='Brad Belyeu',
10-
author_email='developers@youversion.com',
11-
url='http://www.github.com/youversion/Flask-SQLAlchemy-Caching',
12-
download_url='https://github.com/youversion/Flask-SQLAlchemy-Caching/archive/1.0.1.zip',
10+
author_email='bradleylamar@gmail.com',
11+
url='http://www.github.com/bbelyeu/Flask-SQLAlchemy-Caching',
12+
download_url='https://github.com/bbelyeu/Flask-SQLAlchemy-Caching/archive/1.0.2.zip',
1313
license='MIT',
1414
platforms='any',
1515
packages=['flask_sqlalchemy_caching'],

0 commit comments

Comments
 (0)