Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexander Wellbrock
python-mqtt-gpio
Commits
2a08c64c
Commit
2a08c64c
authored
Dec 12, 2017
by
Ellis Percival
Browse files
Bump version to 0.1.5
parent
dc17198f
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
2a08c64c
...
...
@@ -8,7 +8,7 @@ install:
-
pip install tox
script
:
-
tox -e $TOX_ENV
before_deploy
:
python setup.py
make
_schema
before_deploy
:
python setup.py
insert
_schema
deploy
:
provider
:
pypi
user
:
flyte
...
...
setup.cfg
View file @
2a08c64c
[bumpversion]
current_version = 0.1.
4
current_version = 0.1.
5
commit = True
tag = True
tag_name = {new_version}
...
...
setup.py
View file @
2a08c64c
...
...
@@ -50,7 +50,7 @@ class SchemaCommand(Command):
setup
(
name
=
"pi_mqtt_gpio"
,
version
=
"0.1.
4
"
,
version
=
"0.1.
5
"
,
cmdclass
=
{
"insert_schema"
:
SchemaCommand
},
packages
=
find_packages
(
exclude
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment