Skip to content

Commit

Permalink
Version v0.0.6
Browse files Browse the repository at this point in the history
Skipped v0.0.5 (uploaded, but fixed/added long_description_content_type
afterwards for Markdown support for the long description!).
  • Loading branch information
blueyed committed Jun 28, 2018
1 parent 669c533 commit 7bdc25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion covimerage/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.5.dev1'
__version__ = '0.0.6'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def run(self):
version=about['__version__'],
description='Generate coverage information for Vim scripts.',
long_description=read('README.md'),
long_description_content_type='text/markdown',
author='Daniel Hahler',
author_email='https://daniel.hahler.de/',
url='https://github.com/Vimjas/covimerage',
packages=['covimerage'],
entry_points={
Expand Down

0 comments on commit 7bdc25d

Please sign in to comment.