diff --git a/RELEASE.md b/RELEASE.md index 5da8979..de93b47 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,9 +2,9 @@ * 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.4.5'` - * Tag: `git tag 1.4.5` - * Release using push: `git push upstream master 1.4.5` + * Add and commit, e.g. `git add -u; git commit -m 'Update to version 1.4.6'` + * Tag: `git tag 1.4.6` + * Release using push: `git push upstream master 1.4.6` # 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 8b67fbc..2b3b1ab 100644 --- a/bqplot_image_gl/_version.py +++ b/bqplot_image_gl/_version.py @@ -1,4 +1,4 @@ -version_info = (1, 4, 5, 'final', 0) +version_info = (1, 4, 6, 'final', 0) _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} diff --git a/js/package.json b/js/package.json index 7b44bfe..c980a7d 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "bqplot-image-gl", - "version": "1.4.5", + "version": "1.4.6", "description": "An ipywidget image widget for astronomical purposes", "author": "Maarten A. Breddels", "main": "lib/index.js",