Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 05c503c

Browse files
committed
Version updated from 1.0.7 to 1.0.8
1 parent 0704615 commit 05c503c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

punch_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
major = 1
22
minor = 0
3-
patch = 7
3+
patch = 8

python_vuejs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Christian Strappazzon"""
44
__email__ = 'lab@strap.it'
5-
__version__ = '1.0.7'
5+
__version__ = '1.0.8'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name='python_vuejs',
29-
version='1.0.7',
29+
version='1.0.8',
3030
description="Gluing Python and Vue.js with a set of scripts in order to automate project and app builds",
3131
long_description=codecs.open('README.rst', 'r', 'utf-8').read(),
3232
author="Christian Strappazzon",

0 commit comments

Comments
 (0)