Skip to content

Commit

Permalink
Bump tp 3.6.0 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple authored Jan 20, 2025
1 parent 2a79e73 commit 13545a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.5.0"
__version__ = "3.6.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.5.0",
"version": "3.6.0",
"description": "mokkari linting",
"type": "module",
"scripts": {
Expand Down
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 = "mokkari"
version = "3.5.0"
version = "3.6.0"
description = "Python wrapper for Metron API"
authors = ["Brian Pepple <bdpepple@gmail.com>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 13545a3

Please sign in to comment.