Skip to content

Commit

Permalink
Merge pull request #3 from arski/version-bump
Browse files Browse the repository at this point in the history
Bump version so I can create a nice tag
  • Loading branch information
arski authored Sep 3, 2018
2 parents c83b88f + dbd290a commit b90dfc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

setup(
name='pycaption',
version='1.1.0',
version='1.1.0.ud1',
description='Closed caption converter',
long_description=open(README_PATH).read(),
author='Joe Norton',
author_email='[email protected]',
url='https://github.com/pbs/pycaption',
url='https://github.com/udemy/pycaption',
install_requires=dependencies,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit b90dfc9

Please sign in to comment.