Skip to content

Commit

Permalink
Correct typo and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar6echo committed Dec 3, 2017
1 parent 7c982c8 commit 0a34266
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebook_autorun/__meta__.py
@@ -1,14 +1,14 @@

__name__ = 'notebook_autorun'
__packages__ = [__name__]

__version__ = '0.1.1'
name_url = __name__.replace('_', '-')

__packages__ = [__name__]
__version__ = '0.1.3'
__description__ = 'Auto run certain cells upon notebook start - if trusted'
__author__ = 'oscar6echo'
__author_email__ = 'olivier.borderies@gmail.com'
__url__ = 'https://github.com/oscar6echo/{}'.format(__name__)
__download_url__ = 'https://github.com/oscar6echo/{}/tarball/{}'.format(__name__,
__url__ = 'https://github.com/oscar6echo/{}'.format(name_url)
__download_url__ = 'https://github.com/oscar6echo/{}/tarball/{}'.format(name_url,
__version__)
__keywords__ = ['python', 'display', 'javascript']
__license__ = 'MIT'
Expand Down

0 comments on commit 0a34266

Please sign in to comment.