Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/mps-cli-ts/braces-3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielratiu authored Jun 18, 2024
2 parents 9c13c26 + cb93527 commit 067b1b6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 52 deletions.
61 changes: 11 additions & 50 deletions demos/web/angular-model-browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion mps-cli-py/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ The plugin has currently the following limitations:
### Run tests

- `cd mps-cli-py`
- `python -m unittest discover`
- `python -m unittest discover`

### Build and upload to pypi.org

- `increae version number`
- `python3 -m build`
- `python3 -m twine upload dist/*`
2 changes: 1 addition & 1 deletion mps-cli-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mps-cli"
version = "0.1.0"
version = "0.2.0"
authors = [
{ name="Daniel Ratiu", email="[email protected]" },
]
Expand Down

0 comments on commit 067b1b6

Please sign in to comment.