Skip to content

Commit

Permalink
Version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jul 21, 2019
1 parent a32bee7 commit be41c49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,8 @@
[![Build Status](https://travis-ci.com/mwouts/papermill_jupytext.svg?branch=master)](https://travis-ci.com/mwouts/papermill_jupytext)
[![codecov.io](https://codecov.io/github/mwouts/papermill_jupytext/coverage.svg?branch=master)](https://codecov.io/github/mwouts/papermill_jupytext?branch=master)
[![Language grade: Python](https://img.shields.io/badge/lgtm-A+-brightgreen.svg)](https://lgtm.com/projects/g/mwouts/papermill_jupytext/context:python)
[![Pypi](https://img.shields.io/pypi/v/papermill_jupytext.svg)](https://pypi.python.org/pypi/papermill_jupytext)
[![pyversions](https://img.shields.io/pypi/pyversions/papermill_jupytext.svg)](https://pypi.python.org/pypi/papermill_jupytext)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mwouts/papermill_jupytext/master?filepath=README.md)

This is on-going research on how to run scripts as notebooks using Jupytext and Papermill.
Expand Down
2 changes: 1 addition & 1 deletion papermill_jupytext/version.py
@@ -1,3 +1,3 @@
"""Version number"""

__version__ = '0.0.1-dev'
__version__ = '0.0.1'
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -26,7 +26,7 @@
tests_require=['pytest'],
install_requires=['papermill', 'jupytext'],
license='MIT',
classifiers=['Development Status :: 2 - Pre-Alpha',
classifiers=['Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
'Environment :: Console',
'Framework :: Jupyter',
Expand All @@ -36,7 +36,6 @@
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7']
Expand Down

0 comments on commit be41c49

Please sign in to comment.