Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
버전 수정/Travis ci 배포 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongukjae committed Jul 20, 2018
1 parent 6ba2894 commit 1e32a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ deploy:
password:
secure: TuqAiKF6Wa9q7X0vqeck5u5kq+24LbfAbi87POLw7BP6S8V0rqpysPzPtpr3D3O6gYH8EskpJ4ilQ7Vj/PVRHDdxk4go+CWhToIxbKOoANOZK8stTLexV431Wye8Iwm0AerkDTlPxYwyI4ZcQdwad0hMZ1bH7BnedP8veCKkSgArz0TemDSCGt9BI7KEvBgEu8oy1SN2mNLbbzz89T2DeyJcNP6LizfNLxtQnUzSvCfdQ2mcbfED929UEAdWHqwvNHBbMWcSWATyYukgfDPszlym4x0hRgEFBLPsFE/lZr2q2D+3iO5thfX5S0iSJ6dYEHWACSFcukH7yM7xiChFvmCbPiZqmzl+/a05Bl8c0ohjB6xS81hkPJtsMR/KVPuDwG4WY//E4KXHxxjwiwcJygBGr04dYWk7Zi63MZ+y4Pwtl9zrnrtonGbD9pBRck+wX58rpFDH7Xp5LSACfCuPG09o7Mybtqmq4SOvvfv72q7JC6VfWYAwH3apiQrAZ3fcpeP78FZlujsm6nzC/hK/5jDXNRAspZb67oR0t8Gtc8IVOjetW9tm/GMaKCKSP2Qy6HpbmCu1K6JTMzKtOjzuEi+Xod6ahHdT9LX4NzoYloyA0RZBekCzw71Er+m13UQ1/L2wDWR+gayQRXtEOkGwlPcB9rWZFJYILHWqigYdT+U=
on:
tags: true
branch: release
2 changes: 1 addition & 1 deletion pytistory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""
from .app import PyTistory

__version__ = '0.0.1.dev2'
__version__ = '0.0.1'

0 comments on commit 1e32a4d

Please sign in to comment.