From be41c496aa1d46323b42dbb5744d3bdb45708613 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Mon, 22 Jul 2019 00:38:06 +0200 Subject: [PATCH] Version 0.0.1 --- README.md | 2 ++ papermill_jupytext/version.py | 2 +- setup.py | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81c8d75..d0abbb6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/papermill_jupytext/version.py b/papermill_jupytext/version.py index 6910897..92a8a94 100644 --- a/papermill_jupytext/version.py +++ b/papermill_jupytext/version.py @@ -1,3 +1,3 @@ """Version number""" -__version__ = '0.0.1-dev' +__version__ = '0.0.1' diff --git a/setup.py b/setup.py index 41b0456..b6e7356 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -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']