Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 26, 2021. It is now read-only.
/python-vuejsPublic archive

Commit1623fcb

Browse files
committed
Bump version: 1.0.0 → 1.0.1
1 parentfcfa1d7 commit1623fcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎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.0'
5+
__version__='1.0.1'

‎setup.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.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55

‎setup.py‎

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

2121
setup(
2222
name='python_vuejs',
23-
version='1.0.0',
23+
version='1.0.1',
2424
description="Gluing Python and Vue.js with a set of scripts in order to automate project and app builds",
2525
long_description=codecs.open('README.rst','r','utf-8').read(),
2626
author="Christian Strappazzon",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp