Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dham committed Sep 13, 2021
1 parent 113f011 commit d052572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
long_desc = '''
This package contains the youtube Sphinx extension.
The extension defines the directives, "youtube" and "vimeo", for embedding
YouTube and Vimeo videos, respectively.
The extension defines the directives, "youtube" and "vimeo", for embedding
YouTube and Vimeo videos, respectively.
'''

requires = ['Sphinx>=0.6']

setup(
name='sphinxcontrib-youtube',
version='1.0.0',
version='1.0.1',
url='https://github.com/sphinx-contrib/youtube',
license='BSD',
author='Chris Pickel',
Expand Down

0 comments on commit d052572

Please sign in to comment.