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 cb8cc8b commit a043ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyqwe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
except ImportError:
raise ImportError("pyqwe requires toml, install it with 'pip install toml'")

__version__ = "1.7.0"
__version__ = "1.7.1"

_cwd = Path().cwd()
_known_toml_files = [
Expand Down

0 comments on commit a043ec6

Please sign in to comment.