File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2 .0
2+ current_version = 0.3 .0
33commit = True
44message = release {new_version}
55tag = False
Original file line number Diff line number Diff line change 1- {% set version = '0.2 .0' %}
1+ {% set version = '0.3 .0' %}
22
33package :
44 name : jupyter_contrib_core
Original file line number Diff line number Diff 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.2 .0' ,
26+ version = '0.3 .0' ,
2727 author = 'jcb91, jupyter-contrib developers' ,
2828 author_email = 'joshuacookebarnes@gmail.com' ,
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.2 .0' ),
33+ 'tarball/0.3 .0' ),
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.2 .0'
8+ __version__ = '0.3 .0'
You can’t perform that action at this time.
0 commit comments