Skip to content

Commit 34013ff

Browse files
committed
REL: increase version for release
1 parent e99dfba commit 34013ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/jupyter_spaces.svg)](https://pypi.org/project/jupyter_spaces/)
66

77
Jupyter Spaces is an IPython extension for creating parallel namespaces
8-
availabe within the user namespace. It is designed to be used via IPython
8+
available within the user namespace. It is designed to be used via IPython
99
magics in Jupyter notebooks.
1010

1111
## Installation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import find_packages, setup
33

44
NAME = 'jupyter_spaces'
5-
VERSION = '0.0.2'
5+
VERSION = '0.0.3'
66
AUTHOR = 'Davide Sarra'
77
URL = 'https://github.com/davidesarra/jupyter_spaces'
88
DESCRIPTION = 'Create parallel namespaces in Jupyter Notebooks'

0 commit comments

Comments
 (0)