Skip to content

Commit 5b43dab

Browse files
committed
Bump version to 0.4.1
1 parent e2b29dc commit 5b43dab

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.4.1
33
commit = True
44
message = release {new_version}
55
tag = False

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Common utilities for jupyter-contrib projects. Includes:
1616
Changes
1717
=======
1818

19+
0.4.1
20+
-----
21+
22+
Remove `scripts` entry from `setup.py`
23+
1924
0.3.3
2025
-----
2126

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def main():
3030
'jupyter-contrib/jupyter_contrib_core'),
3131
download_url=('https://github.com/'
3232
'jupyter-contrib/jupyter_contrib_core/'
33-
'tarball/0.4.0'),
33+
'tarball/0.4.1'),
3434
keywords=['Jupyter', 'notebook'],
3535
license='BSD 3-clause',
3636
platforms=['any'],

src/jupyter_contrib_core/__init__.py

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

66
from __future__ import unicode_literals
77

8-
__version__ = '0.3.3'
8+
__version__ = '0.4.1'

0 commit comments

Comments
 (0)