diff --git a/package.json b/package.json index 8aa12cd..7accce7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flowsint", - "version": "0.1.0", + "version": "2.0.0", "license": "AGPL-3.0-or-later", "description": "Graph analysis and intelligence platform", "private": true, diff --git a/pyproject.toml b/pyproject.toml index 4c78e1b..e2ea937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flowsint" -version = "0.1.0" +version = "2.0.0" description = "Flowsint multi-module project" authors = ["dextmorgn "] package-mode = false