Skip to content

Commit f1fc7ac

Browse files
Merge pull request #167 from thewtex/new-wheel-without-extra-extensions
Update version to 0.4.1 for new package
2 parents ae23890 + f886903 commit f1fc7ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
- To release a new version of ipympl on PyPI:
22

3+
# nuke the `dist` and `node_modules`
4+
git clean -fdx
5+
36
Update _version.py (set release version, remove 'dev')
47
git add and git commit
58
python setup.py sdist upload
@@ -11,8 +14,5 @@ git push
1114
git push --tags
1215

1316
- To release a new version of jupyter-matplotlib on NPM:
14-
15-
# nuke the `dist` and `node_modules`
16-
git clean -fdx
1717
npm install
1818
npm publish

ipympl/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 4, 0)
1+
version_info = (0, 4, 1)
22
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)