Skip to content

Commit

Permalink
setup: increase release number
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicold committed Oct 16, 2023
1 parent 10b69c2 commit 978819d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = suricata-language-server
version = 0.9.1
version = 0.9.2
description = Suricata Signatures Language Server for the Language Server Protocol
long_description = file: README.rst
license = GNU General Public License v3
Expand Down
2 changes: 1 addition & 1 deletion suricatals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .langserver import LangServer
from .jsonrpc import JSONRPC2Connection, ReadWriter
import json
__version__ = '0.9.1'
__version__ = '0.9.2'


def error_exit(error_str):
Expand Down

0 comments on commit 978819d

Please sign in to comment.