Skip to content

Commit

Permalink
🔖 pre-release v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
MaaniBeigy committed Aug 13, 2024
1 parent b1fb319 commit 478f9ed
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .logs/dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Installing dependencies from lock file

No dependencies to install or update

Installing the current project: pycvcqv (0.1.12)
Installing the current project: pycvcqv (0.1.13)
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@ poetry run bandit -ll --configfile pyproject.toml --recursive pycvcqv tests
.\.shell\badges.ps1
```

12. Upload to pypi

```powershell
pip install twine
pip install --upgrade build
```

### Upload code to GitHub

```bash
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter-config-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ default_context:
minimal_python_version: 3.8
github_name: "MaaniBeigy"
email: "manibeygi@gmail.com"
version: "0.1.12"
version: "0.1.13"
line_length: "88"
create_example_template: "none"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "pycvcqv"
readme = "README.md"
repository = "https://github.com/MaaniBeigy/pycvcqv"
version = "0.1.12"
version = "0.1.13"

# Keywords description https://python-poetry.org/docs/pyproject/#keywords
keywords = [
Expand Down

0 comments on commit 478f9ed

Please sign in to comment.