Skip to content

Commit 3e6acba

Browse files
committed
Bump version: 1.0.3 → 1.0.4
1 parent d3ae632 commit 3e6acba

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 = 1.0.3
2+
current_version = 1.0.4
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 = "1.0.3"
3+
version = "1.0.4"
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": "1.0.3",
3+
"version": "1.0.4",
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)