Skip to content

Commit 77f238d

Browse files
committed
Amended README.md and docs
1 parent 6449b19 commit 77f238d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='nbrefactor',
8-
version='0.1.4',
8+
version='0.1.5',
99
author='Mohamed Shahawy',
1010
author_email='[email protected]',
1111
description='An automation tool to refactor Jupyter Notebooks to Python modules, with code dependency analysis.',

src/nbrefactor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Current
2-
__version__ = '0.1.4'
2+
__version__ = '0.1.5'
33

44
# CLI
55
from .cli import main

0 commit comments

Comments
 (0)