We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae23890 + f886903 commit f1fc7acCopy full SHA for f1fc7ac
RELEASE.md
@@ -1,5 +1,8 @@
1
- To release a new version of ipympl on PyPI:
2
3
+# nuke the `dist` and `node_modules`
4
+git clean -fdx
5
+
6
Update _version.py (set release version, remove 'dev')
7
git add and git commit
8
python setup.py sdist upload
@@ -11,8 +14,5 @@ git push
11
14
git push --tags
12
15
13
16
- To release a new version of jupyter-matplotlib on NPM:
-
-# nuke the `dist` and `node_modules`
-git clean -fdx
17
npm install
18
npm publish
ipympl/_version.py
@@ -1,2 +1,2 @@
-version_info = (0, 4, 0)
+version_info = (0, 4, 1)
__version__ = '.'.join(map(str, version_info))
0 commit comments