Skip to content

Commit

Permalink
chore: up version for release (#63)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update test.yml
  • Loading branch information
callegarimattia authored Jan 19, 2024
1 parent 9f77390 commit 153e629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: pip install -e '.[dev]'
- name: Run tests with coverage
run:
python -m pytest --cov -n=auto --cov-fail-under=98 --cov-report= --memray
python -m pytest --cov -n=auto --cov-fail-under=98 --cov-report=
- name: Upload coverage to coveralls
if: github.event_name == 'push'
uses: coverallsapp/[email protected]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"

[project]
name="hotpdf"
version="0.3.3"
version="0.3.4"
authors = [
{name = "Krishnasis Mandal", email = "[email protected]"}]
maintainers = [
Expand Down Expand Up @@ -45,7 +45,7 @@ include = ["hotpdf*"]
exclude = ["docs*", "tests*"]

[project.optional-dependencies]
dev = ["pytest", "pytest-cov", "pytest-xdist", "pylint", "mypy", "typing-extensions", "pre-commit", "ruff", "pytest-memray"]
dev = ["pytest", "pytest-cov", "pytest-xdist", "pylint", "mypy", "typing-extensions", "pre-commit", "ruff"]

[tool.ruff]
indent-width = 4
Expand Down

0 comments on commit 153e629

Please sign in to comment.