Skip to content

Commit

Permalink
Bump version for development.
Browse files Browse the repository at this point in the history
Also fix an issue with the setup.py, pypi doesn't correctly render the
markdown because we did not add the `long_description_content_type`
apparently.
  • Loading branch information
prabhuramachandran committed May 4, 2018
1 parent 2a07be7 commit 42b3913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
author_email='vixen@googlegroups.com',
description='View eXtract and aNnotate media',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://github.com/vixen-project/vixen',
classifiers=classifiers,
install_requires=requires,
Expand Down
2 changes: 1 addition & 1 deletion vixen/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0rc2'
__version__ = '1.0rc3.dev0'

0 comments on commit 42b3913

Please sign in to comment.