This repository was archived by the owner on Jun 7, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ python:
3
3
- 3.6
4
4
- 3.5
5
5
script :
6
- - echo "test ";
6
+ - echo "All right! ";
7
7
deploy :
8
8
- provider : pypi
9
9
skip_cleanup : true
10
10
user : thejoeejoee
11
+ distributions : sdist bdist_wheel
11
12
password :
12
13
secure : UVPdqi8aIdV3PZ5+ASFpLyEPtOy354wgdNz0oWM4O9moCVajtaSIW/VVEUDlkiKuZzvLUYaHQa2ZASk5cg6kjaSuncN08/oEzDpm2YwQywIvcgYf6NgCXlyIFJYPwWxl565UNMM/5j6XOnJP7btJ5Zzl7RGkJKlYy78UPuWZePTALfWikcRDgYgOsh9F1VfrzeBVAVS/bnwXbTKLAzucKVJvxty/CX81JasQ7vrce88s+Os/4NFVIpM8vw/s0hlyHxF5j8kZDOARMjpJ6DBPgBKnkddRnrCDiwA8bfcU1G9rwkZkpvvSgRUHkS/vSp4RCRhm7/0zgedLdRtSEvREqafdfQwTFLiVomBkaXuc8LYTw1uW+ks9WIx3BG//nVv7bN27i9B4395FYco6FN8b9eWTOlmYaNuOuGxC6voIOHLZwVM0Qd+UyZGfvaUmFainua555c3H0WolllzIrHvIzqke435Xil14ds6agcoxQuOTZFYcV1zjufJbVSgTPRUbCKeesU73ATsBz+FXrSGULeeH/c6jWH6ZcPEGZh472Q8ec+n4c12hP8VXgcuqgnSxiNmNMliay7j3Zw4dsSY7hkapHfy3g9+tnSamcuJwVRMOpEcQJs2EFxej8p2ivnrPqXt5vDyPE5JkZrrIOZnTGu0HVBgyPv0qNdEw1s+/4EA=
13
14
on :
14
15
branch : master
15
- distributions : sdist bdist_wheel
16
16
repo : thejoeejoee/VUT-FIT-IFJ-2017-toolkit
17
17
18
18
- provider : releases
Original file line number Diff line number Diff line change 2
2
from os import path
3
3
4
4
__PROJECT_ROOT__ = path .join (path .abspath (path .dirname (__file__ )), '..' )
5
- __version__ = version = '1.4.6 '
5
+ __version__ = version = '1.4.7 '
You can’t perform that action at this time.
0 commit comments