Skip to content

Commit 4079c5c

Browse files
committed
Bump version: 1.0.2 → 1.0.3
1 parent 2bbb482 commit 4079c5c

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