Skip to content

Commit

Permalink
Bump version: 0.3.3 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Nov 16, 2022
1 parent 26f1171 commit f90cd50
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_templates",
"version": "0.3.3",
"version": "0.3.2",
"description": "Notebook templates",
"author": "the jupyterlab_templates authors",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_templates/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.3"
__version__ = "0.3.2"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 0.3.3
current_version = 0.3.2
commit = True
tag = True
tag = True

[bdist_wheel]
universal = 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setup(
name=name,
version="0.3.3",
version="0.3.2",
description="Notebook templates",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f90cd50

Please sign in to comment.