Skip to content

Commit

Permalink
Merge pull request #71 from inpefess/maintenance
Browse files Browse the repository at this point in the history
Maintenance
  • Loading branch information
inpefess committed Dec 29, 2023
2 parents e7097b0 + 1bed9f6 commit 5f61716
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 161 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

sys.path.insert(0, os.path.abspath(".."))
project = "isabelle-client"
version = "0.4.5"
version = "0.4.6"
copyright = "2021-2023, Boris Shminke"
author = "Boris Shminke"
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion isabelle_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from isabelle_client.socket_communication import IsabelleResponse
from isabelle_client.utils import get_isabelle_client, start_isabelle_server

__version__ = "0.4.5"
__version__ = "0.4.6"
Loading

0 comments on commit 5f61716

Please sign in to comment.