From b9cdb3f71b78b1fa3b39827296f49e1cd5973f99 Mon Sep 17 00:00:00 2001 From: Michaelyin Date: Fri, 23 Dec 2022 11:28:27 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- .../{{cookiecutter.project_slug}}/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 00e2d2a..b09786f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 58e8e4c..fa101ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-webpack-boilerplate" -version = "1.0.0" +version = "1.0.1" description = "Jump start frontend project bundled by Webpack" authors = ["Michael Yin "] license = "MIT" diff --git a/webpack_boilerplate/frontend_template/{{cookiecutter.project_slug}}/package.json b/webpack_boilerplate/frontend_template/{{cookiecutter.project_slug}}/package.json index b673f3a..98faf82 100644 --- a/webpack_boilerplate/frontend_template/{{cookiecutter.project_slug}}/package.json +++ b/webpack_boilerplate/frontend_template/{{cookiecutter.project_slug}}/package.json @@ -1,6 +1,6 @@ { "name": "python-webpack-boilerplate", - "version": "1.0.0", + "version": "1.0.1", "description": "Webpack boilerplate for Django & Flask", "scripts": { "build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.js",