Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseCake87 committed Aug 30, 2024
1 parent 19f31cb commit 317d467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqwe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
except ImportError:
raise ImportError("pyqwe requires toml, install it with 'pip install toml'")

__version__ = "1.6.1"
__version__ = "1.6.2"

_cwd = Path().cwd()
_pyproject_file = _cwd / "pyproject.toml"
Expand Down

0 comments on commit 317d467

Please sign in to comment.