File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.0
2+ current_version = 0.4.1
33commit = True
44message = release {new_version}
55tag = False
Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ Common utilities for jupyter-contrib projects. Includes:
1616Changes
1717=======
1818
19+ 0.4.1
20+ -----
21+
22+ * Fix CI
23+ * Remove ` scripts ` entry from ` setup.py `
24+
25+
19260.3.3
2027-----
2128
Original file line number Diff line number Diff 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' ],
Original file line number Diff line number Diff line change 55
66from __future__ import unicode_literals
77
8- __version__ = '0.3.3 '
8+ __version__ = '0.4.1 '
You can’t perform that action at this time.
0 commit comments