Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit 2b05837

Browse files
committed
Bumb version
1 parent aed0626 commit 2b05837

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ python:
33
- 3.6
44
- 3.5
55
script:
6-
- echo "test";
6+
- echo "All right!";
77
deploy:
88
- provider: pypi
99
skip_cleanup: true
1010
user: thejoeejoee
11+
distributions: sdist bdist_wheel
1112
password:
1213
secure: UVPdqi8aIdV3PZ5+ASFpLyEPtOy354wgdNz0oWM4O9moCVajtaSIW/VVEUDlkiKuZzvLUYaHQa2ZASk5cg6kjaSuncN08/oEzDpm2YwQywIvcgYf6NgCXlyIFJYPwWxl565UNMM/5j6XOnJP7btJ5Zzl7RGkJKlYy78UPuWZePTALfWikcRDgYgOsh9F1VfrzeBVAVS/bnwXbTKLAzucKVJvxty/CX81JasQ7vrce88s+Os/4NFVIpM8vw/s0hlyHxF5j8kZDOARMjpJ6DBPgBKnkddRnrCDiwA8bfcU1G9rwkZkpvvSgRUHkS/vSp4RCRhm7/0zgedLdRtSEvREqafdfQwTFLiVomBkaXuc8LYTw1uW+ks9WIx3BG//nVv7bN27i9B4395FYco6FN8b9eWTOlmYaNuOuGxC6voIOHLZwVM0Qd+UyZGfvaUmFainua555c3H0WolllzIrHvIzqke435Xil14ds6agcoxQuOTZFYcV1zjufJbVSgTPRUbCKeesU73ATsBz+FXrSGULeeH/c6jWH6ZcPEGZh472Q8ec+n4c12hP8VXgcuqgnSxiNmNMliay7j3Zw4dsSY7hkapHfy3g9+tnSamcuJwVRMOpEcQJs2EFxej8p2ivnrPqXt5vDyPE5JkZrrIOZnTGu0HVBgyPv0qNdEw1s+/4EA=
1314
on:
1415
branch: master
15-
distributions: sdist bdist_wheel
1616
repo: thejoeejoee/VUT-FIT-IFJ-2017-toolkit
1717

1818
- provider: releases

ifj2017/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from os import path
33

44
__PROJECT_ROOT__ = path.join(path.abspath(path.dirname(__file__)), '..')
5-
__version__ = version = '1.4.6'
5+
__version__ = version = '1.4.7'

0 commit comments

Comments
 (0)