Skip to content

Commit

Permalink
v3.4.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple authored Sep 27, 2024
1 parent 71c5e3b commit 8aabe8c
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 311 deletions.
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.3.0"
__version__ = "3.4.0"


from mokkari import exceptions, session, sqlite_cache
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.0",
"version": "3.4.0",
"description": "mokkari linting",
"type": "module",
"scripts": {
Expand Down
Loading

0 comments on commit 8aabe8c

Please sign in to comment.