Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzwicknagl committed Jun 21, 2024
1 parent e786f76 commit 90c15af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0.2
version = 2.1.0
author = Luis Glaser
author_email = Luis.Glaser@uni-potsdam.de
description = The backend for the viasp package.
Expand Down
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.0.2",
"version": "2.1.0",
"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.0.2
version = 2.1.0
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.7.0'
VERSION = '2.0.2'
VERSION = '2.1.0'

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

0 comments on commit 90c15af

Please sign in to comment.