Skip to content

Commit 429cb1e

Browse files
committed
Bumped version tag
1 parent 77f238d commit 429cb1e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## 0.1.4 (2024-02-22)
3+
## 0.1.6 (2025-02-22)
44

5-
[Compare the full difference.](https://github.com/ThunderStruct/nbrefactor/compare/0.1.3...0.1.4)
5+
[Compare the full difference.](https://github.com/ThunderStruct/nbrefactor/compare/0.1.3...0.1.6)
66

77
### Added
88

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.5-lightgrey.svg)</a>
10+
<a href="https://pypi.org/project/nbrefactor/">![pypi](https://img.shields.io/badge/pypi%20package-0.1.6-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.5',
8+
version='0.1.6',
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.5'
2+
__version__ = '0.1.6'
33

44
# CLI
55
from .cli import main

0 commit comments

Comments
 (0)