Skip to content

Commit

Permalink
setup: set release to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
regit committed Oct 10, 2024
1 parent 6a7f6e2 commit d1cc707
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.3
version = 0.9.4
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.3'
__version__ = '0.9.4'


def error_exit(error_str):
Expand Down

0 comments on commit d1cc707

Please sign in to comment.