Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzwicknagl committed Sep 17, 2024
1 parent 1647ac3 commit 56bce3b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.1
version = 2.1.2
author = Luis Glaser
author_email = Luis.Glaser@uni-potsdam.de
description = The backend for the viasp package.
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.1
viasp version 2.1.2
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.1
viasp version 2.1.2
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.1",
"version": "2.1.2",
"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.1",
"version": "2.1.2",
"description": "The dash frontend for the viasp package.",
"main": "build/index.js",
"scripts": {
Expand Down
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.1
version = 2.1.2
author = Luis Glaser
author_email = Luis.Glaser@uni-potsdam.de
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 = 'Luis.Glaser@uni-potsdam.de'
AUTHOR = 'Luis Glaser'
REQUIRES_PYTHON = '>=3.8.0'
VERSION = '2.1.1'
VERSION = '2.1.2'

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

0 comments on commit 56bce3b

Please sign in to comment.