Skip to content

Commit

Permalink
Bump to 3.0.1 & update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Feb 8, 2024
1 parent ed08686 commit 67b61d1
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 205 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: seed-isort-config
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.2.0
rev: v0.2.1
hooks:
- id: ruff
- id: ruff-format
2 changes: 1 addition & 1 deletion mokkari/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Project entry file."""

# Keep this at beginning of file to prevent circular import with session
__version__ = "3.0.0"
__version__ = "3.0.1"


from mokkari import exceptions, session, sqlite_cache
Expand Down
Loading

0 comments on commit 67b61d1

Please sign in to comment.