Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Jul 15, 2023
1 parent 9c3c836 commit 3723add
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ocp-cad-viewer",
"displayName": "OCP CAD Viewer",
"description": "An integrated OCP CAD viewer for CadQuery and build123d",
"version": "1.2.1",
"version": "1.2.2",
"publisher": "bernhard-42",
"icon": "resources/ocp-logo.png",
"license": "Apache-2.0",
Expand Down Expand Up @@ -497,10 +497,10 @@
},
"ocp_tessellate": {
"pip": [
"{python} -m pip install --upgrade \"ocp_tessellate>=1.1.0,<1.2.1\""
"{python} -m pip install --upgrade \"ocp_tessellate>=1.1.2,<1.2.0\""
],
"poetry": [
"poetry add ocp_tessellate@~1.1.0"
"poetry add ocp_tessellate@~1.1.2"
]
},
"ipykernel": {
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.1
current_version = 1.2.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>\D*)(?P<build>\d*)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

setup_args = {
"name": "ocp_vscode",
"version": "1.2.1",
"version": "1.2.2",
"description": "OCP CAD Viewer for VSCode",
"long_description": "An extension to show OCP cad CAD objects (CadQuery, build123d) in VS Code via pythreejs",
"include_package_data": True,
"python_requires": ">=3.9",
"install_requires": [
"ocp-tessellate>=1.1.2,<1.2.1",
"ocp-tessellate>=1.1.2,<1.2.2",
"requests",
"ipykernel",
"orjson",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
limitations under the License.
*/

export const version = "1.2.1";
export const version = "1.2.2";

0 comments on commit 3723add

Please sign in to comment.