Skip to content

Commit

Permalink
Update gitignore and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacharrisholt committed Mar 4, 2023
1 parent 49c2b9a commit 2eb4a7a
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 26 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
/*.egg-info
.venv
.idea
**/__pycache__
**/__pycache__
.tox/
.pytest_cache/
.ruff_cache/
.mypy_cache/
Binary file removed .tox/.tmp/package/1/quiffen-2.0.5.tar.gz
Binary file not shown.
Binary file removed .tox/.tmp/package/2/quiffen-2.0.5.tar.gz
Binary file not shown.
Binary file removed .tox/.tmp/package/3/quiffen-2.0.5.tar.gz
Binary file not shown.
Binary file removed .tox/.tmp/package/4/quiffen-2.0.5.tar.gz
Binary file not shown.
6 changes: 0 additions & 6 deletions .tox/black/.tox-info.json

This file was deleted.

6 changes: 0 additions & 6 deletions .tox/isort/.tox-info.json

This file was deleted.

6 changes: 0 additions & 6 deletions .tox/py38/.tox-info.json

This file was deleted.

6 changes: 0 additions & 6 deletions .tox/ruff/.tox-info.json

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quiffen"
version = "2.0.5"
version = "2.0.6"
description = "Quiffen"
authors = ["Isaac Harris-Holt <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 2eb4a7a

Please sign in to comment.