diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2a58fd9..ed84df5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.0 +current_version = 1.6.0 commit = True tag = True diff --git a/RELEASE.md b/RELEASE.md index 05bcd6d..5618e15 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -13,9 +13,9 @@ Or ## Manual bump * Update bqplot-image-gl/_version.py * Update js/package.json - * Add and commit, e.g. `git add -u; git commit -m 'Update to version 1.5.0'` - * Tag: `git tag 1.5.0` - * Release using push: `git push upstream master 1.5.0` + * Add and commit, e.g. `git add -u; git commit -m 'Update to version 1.6.0'` + * Tag: `git tag 1.6.0` + * Release using push: `git push upstream master 1.6.0` # Manual: ## To release a new version of bqplot-image-gl on PyPI: diff --git a/bqplot_image_gl/_version.py b/bqplot_image_gl/_version.py index 77f1c8e..bcd8d54 100644 --- a/bqplot_image_gl/_version.py +++ b/bqplot_image_gl/_version.py @@ -1 +1 @@ -__version__ = '1.5.0' +__version__ = '1.6.0' diff --git a/js/package.json b/js/package.json index 90a7bdf..7d05090 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "bqplot-image-gl", - "version": "1.5.0", + "version": "1.6.0", "description": "An ipywidget image widget for astronomical purposes", "author": "Maarten A. Breddels", "main": "lib/index.js",