Skip to content

Commit

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


def error_exit(error_str):
Expand Down

0 comments on commit 22913f6

Please sign in to comment.