Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker committed May 24, 2019
1 parent 3e6dce9 commit babb6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mechcite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Jelle Spijker"""
__email__ = 'spijker.jelle@gmail.com'
__version__ = '__version__ = '__version__ = '0.1.0'''
__version__ = '0.1.0'

from mechcite.bibliography import Bibliography
from mechcite.citation import cite
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/mecheng/mechcite',
version='version='0.1.0'',
version='0.1.0',
zip_safe=False,
)

0 comments on commit babb6c2

Please # to comment.