Skip to content

Commit 922bb3d

Browse files
committed
🏠 Moving ownership to YouVersion
Transferring project ownership
1 parent 826231f commit 922bb3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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.0',
7+
version='1.0.1',
88
description='CachingQuery implementation to Flask using Flask-SQLAlchemy and Flask-Caching',
99
author='Brad Belyeu',
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.0.zip',
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',
1313
license='MIT',
1414
platforms='any',
1515
packages=['flask_sqlalchemy_caching'],

0 commit comments

Comments
 (0)