Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 7744952

Browse files
author
Devin McGloin
authored
Bump Version
1 parent ed71ec7 commit 7744952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
setup(
55
name='python-smooch',
66
packages=find_packages(exclude=['docs', 'tests']),
7-
version='v1.0.3',
7+
version='v1.0.4',
88
description='A Python wrapper for the Smooch API',
99
license='MIT',
1010
author='Devin McGloin',
1111
author_email='devin@devinmcgloin.com',
1212
url='https://devinmcgloin.com/python-smooch',
13-
download_url='https://github.com/devinmcgloin/python-smooch/tarball/v1.0.3',
13+
download_url='https://github.com/devinmcgloin/python-smooch/tarball/v1.0.4',
1414
keywords=['messaging', 'smooch'],
1515
install_requires=[
1616
'requests',

0 commit comments

Comments
 (0)