diff --git a/gallery/version.py b/gallery/version.py index 3dc1f76..d3ec452 100644 --- a/gallery/version.py +++ b/gallery/version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index 6e79cdc..c03de9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gallery" -version = "0.1.0" +version = "0.2.0" description = "" authors = ["shmyga "] readme = "README.md" diff --git a/static/package-lock.json b/static/package-lock.json index 08a2212..fa50e03 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -1,12 +1,12 @@ { "name": "gallery-static", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gallery-static", - "version": "0.1.0", + "version": "0.2.0", "license": "ISC", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/static/package.json b/static/package.json index 4b41222..3117b42 100644 --- a/static/package.json +++ b/static/package.json @@ -1,6 +1,6 @@ { "name": "gallery", - "version": "0.1.0", + "version": "0.2.0", "scripts": { "build": "vite build", "dev": "vite build --watch"