File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77<div align =" center " >
88
99<a href =" https://github.com/ThunderStruct/nbrefactor " >![ Platform] ( https://img.shields.io/badge/python-v3.7-green ) </a >
10- <a href =" https://pypi.org/project/nbrefactor/ " >![ pypi] ( https://img.shields.io/badge/pypi%20package-0.1.3 -lightgrey.svg ) </a >
10+ <a href =" https://pypi.org/project/nbrefactor/ " >![ pypi] ( https://img.shields.io/badge/pypi%20package-0.1.5 -lightgrey.svg ) </a >
1111<a href =" https://github.com/ThunderStruct/nbrefactor/blob/master/LICENSE " >![ License] ( https://img.shields.io/badge/license-MIT-orange ) </a >
1212<a href =" https://nbrefactor.readthedocs.io/en/latest/ " >![ Read the Docs] ( https://readthedocs.org/projects/nbrefactor/badge/?version=latest ) </a >
1313<a href =" https://github.com/ThunderStruct/nbrefactor/actions/workflows/ci.yml " >![ GitHub CI] ( https://github.com/ThunderStruct/nbrefactor/actions/workflows/ci.yml/badge.svg ) </a >
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = 'nbrefactor' ,
8- version = '0.1.4 ' ,
8+ version = '0.1.5 ' ,
99 author = 'Mohamed Shahawy' ,
1010 author_email = 'envious-citizen.0s@icloud.com' ,
1111 description = 'An automation tool to refactor Jupyter Notebooks to Python modules, with code dependency analysis.' ,
Original file line number Diff line number Diff line change 11# Current
2- __version__ = '0.1.4 '
2+ __version__ = '0.1.5 '
33
44# CLI
55from .cli import main
You can’t perform that action at this time.
0 commit comments