Skip to content

Commit e1f1086

Browse files
committed
Added MD command; fixed module generation failing due to improper package structure
1 parent ab31179 commit e1f1086

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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.2',
8+
version='0.1.3',
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
# Current
3-
__version__ = '0.1.2'
2+
__version__ = '0.1.3'
43

54
# CLI
65
from .cli import main

0 commit comments

Comments
 (0)