Skip to content

Commit

Permalink
Set version number
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzwicknagl committed Oct 23, 2024
1 parent d7ec449 commit f5cf5d0
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion backend/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = viasp-backend
version = 2.1.2
version = 2.0.0.pre1
author = Luis Glaser
author_email = [email protected]
description = The backend for the viasp package.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Explore ASP programs and their answer sets with viASP:
* Inspect iterations of recursive rules
* Relax and visualize unsatisfiable programs
* Reorder rules
* Zoom in and out with Ctrl + mouse wheel
* Zoom in and out with Shift + mouse wheel

.. toctree::
:maxdepth: 2
Expand Down
4 changes: 2 additions & 2 deletions docs/viasp/commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ The relaxation mode transforms all integrity constraints of the input program in
.. code-block:: bash
$ viasp unsat-example.lp
viasp version 2.1.2
viasp version 2.0.0.pre1
Reading from unsat-example.lp
Starting backend at http://localhost:5050
Expand Down Expand Up @@ -200,7 +200,7 @@ When solving the relaxed program, the atom ``unsat(r1, (X,))`` will be derived,
.. code-block:: bash
$ viasp unsat-example.lp --relax
viasp version 2.1.2
viasp version 2.0.0.pre1
Reading from unsat-example.lp
UNSAT
[INFO] Set models.
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "viasp_dash",
"version": "2.1.2",
"version": "2.0.0.pre1",
"description": "The dash frontend for the viasp package.",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/viasp_dash/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "viasp_dash",
"version": "2.1.2",
"version": "2.0.0.pre1",
"description": "The dash frontend for the viasp package.",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/viasp_dash/viasp_dash.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/viasp_dash/viasp_dash.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = viasp
version = 2.1.2
version = 2.0.0.pre1
author = Luis Glaser
author_email = [email protected]
description = a visualization tool for clingo.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self):
EMAIL = '[email protected]'
AUTHOR = 'Luis Glaser'
REQUIRES_PYTHON = '>=3.8.0'
VERSION = '2.1.2'
VERSION = '2.0.0.pre1'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit f5cf5d0

Please sign in to comment.