Skip to content

Commit

Permalink
Options improvements retry (runtimeverification/pyk#967)
Browse files Browse the repository at this point in the history
Changes from:
- runtimeverification/pyk#916
- runtimeverification/pyk#955

---------

Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: Tamás Tóth <tothtamas28@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 11, 2024
1 parent 36ecb58 commit 9151280
Show file tree
Hide file tree
Showing 9 changed files with 895 additions and 510 deletions.
4 changes: 2 additions & 2 deletions pyk/docs/conf.py
Expand Up @@ -9,8 +9,8 @@
project = 'pyk'
author = 'Runtime Verification, Inc'
copyright = '2024, Runtime Verification, Inc'
version = '0.1.695'
release = '0.1.695'
version = '0.1.696'
release = '0.1.696'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyk/package/version
@@ -1 +1 @@
0.1.695
0.1.696
2 changes: 1 addition & 1 deletion pyk/pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pyk"
version = "0.1.695"
version = "0.1.696"
description = ""
authors = [
"Runtime Verification, Inc. <contact@runtimeverification.com>",
Expand Down
351 changes: 29 additions & 322 deletions pyk/src/pyk/__main__.py

Large diffs are not rendered by default.

0 comments on commit 9151280

Please sign in to comment.