Skip to content

Commit

Permalink
bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lazToum committed Jan 21, 2025
1 parent 96aebb7 commit 7da4760
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion both/my_package/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
See ../scripts/hook.py for more information.
"""

__version__ = "0.3.2"
__version__ = "0.3.3"
2 changes: 1 addition & 1 deletion both/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@my/package",
"description": "My package description.",
"version": "0.3.2",
"version": "0.3.3",
"keywords": [
"my package",
"template"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.3.2",
"version": "0.3.3",
"devDependencies": {
"@cspell/eslint-plugin": "^8.17.2",
"@eslint/js": "^9.18.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "project_root"
version = "0.3.2"
version = "0.3.3"
requires-python = ">=3.10,<3.13"
dependencies = ['pip==24.3.1', "uv==0.5.14"]

Expand Down
2 changes: 1 addition & 1 deletion python_only/my_py_package/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Handled from the root project or from ../scripts/version.py
#

__version__ = "0.3.2"
__version__ = "0.3.3"
2 changes: 1 addition & 1 deletion ts_only/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@my/package",
"description": "My package description.",
"version": "0.3.2",
"version": "0.3.3",
"keywords": [
"my package",
"template"
Expand Down

0 comments on commit 7da4760

Please sign in to comment.