Skip to content

Commit 7eb502a

Browse files
committed
Bump version: 0.0.7 → 0.0.8
1 parent bd0957c commit 7eb502a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.7
2+
current_version = 0.0.8
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-webpack-boilerplate"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "Jump start frontend project bundled by Webpack"
55
authors = ["Michael Yin <[email protected]>"]
66
license = "MIT"

webpack_boilerplate/frontend_template/{{cookiecutter.project_slug}}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python-webpack-boilerplate",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Webpack boilerplate for Django & Flask",
55
"scripts": {
66
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.js",

0 commit comments

Comments
 (0)