Skip to content

Commit 3c4eb85

Browse files
authored
Merge pull request #13 from juhasch/fix/version_number042
Bump version to 0.4.2
2 parents b6d1e52 + 1cef0cb commit 3c4eb85

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.1
2+
current_version = 0.4.2
33
commit = True
44
message = release {new_version}
55
tag = False

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Common utilities for jupyter-contrib projects. Includes:
1616
Changes
1717
=======
1818

19-
0.4.1
19+
0.4.2
2020
-----
2121

2222
* Fix CI

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ def main():
2323
- common application components and cli scripts
2424
- utility classes and functions for use in tests
2525
""",
26-
version='0.4.0',
26+
version='0.4.2',
2727
author='jcb91, jupyter-contrib developers',
2828
author_email='[email protected]',
2929
url=('https://github.com/'
3030
'jupyter-contrib/jupyter_contrib_core'),
3131
download_url=('https://github.com/'
3232
'jupyter-contrib/jupyter_contrib_core/'
33-
'tarball/0.4.1'),
33+
'tarball/0.4.2'),
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.4.1'
8+
__version__ = '0.4.2'

0 commit comments

Comments
 (0)