Skip to content

Commit

Permalink
Revert "Options improvements retry (#967)" (runtimeverification/pyk#968)
Browse files Browse the repository at this point in the history
This reverts commit 9151280.

---------

Co-authored-by: devops <devops@runtimeverification.com>
  • Loading branch information
nwatson22 and devops committed Mar 11, 2024
1 parent 9151280 commit 842c16c
Show file tree
Hide file tree
Showing 9 changed files with 510 additions and 895 deletions.
4 changes: 2 additions & 2 deletions pyk/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
project = 'pyk'
author = 'Runtime Verification, Inc'
copyright = '2024, Runtime Verification, Inc'
version = '0.1.696'
release = '0.1.696'
version = '0.1.697'
release = '0.1.697'

# -- 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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.696
0.1.697
2 changes: 1 addition & 1 deletion pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

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

Large diffs are not rendered by default.

Loading

0 comments on commit 842c16c

Please sign in to comment.