Skip to content

Commit

Permalink
setup: set release to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
regit committed Apr 25, 2024
1 parent ad6016a commit 5e889b2
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.2
version = 0.9.3
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 suricatals.langserver import LangServer
from suricatals.jsonrpc import JSONRPC2Connection, ReadWriter
import json
__version__ = '0.9.2'
__version__ = '0.9.3'


def error_exit(error_str):
Expand Down

0 comments on commit 5e889b2

Please sign in to comment.