Skip to content

Commit

Permalink
[*] version number changed to v0.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aploium committed Sep 27, 2016
1 parent 58d216d commit 25becd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# zmirror
[![zmirror version](https://img.shields.io/badge/version-0.29.3-blue.svg)](https://github.com/aploium/zmirror)
[![zmirror version](https://img.shields.io/badge/version-0.29.4-blue.svg)](https://github.com/aploium/zmirror)
[![zmirror Build Status](https://travis-ci.org/aploium/zmirror.svg?branch=master)](https://travis-ci.org/aploium/zmirror)
[![zmirror unittest coverage](https://codecov.io/gh/aploium/zmirror/branch/master/graph/badge.svg)](https://codecov.io/gh/aploium/zmirror)
[![zmirror Dependency Status](https://www.versioneye.com/user/projects/57addd5358ae9200345e108c/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/57addd5358ae9200345e108c)
Expand Down
2 changes: 1 addition & 1 deletion zmirror/CONSTS.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding=utf-8
import os

__VERSION_TUPLE__ = (0, 29, 3, "")
__VERSION_TUPLE__ = (0, 29, 4, "")
__VERSION__ = ".".join(str(x) for x in __VERSION_TUPLE__).rstrip(".")
__AUTHOR__ = 'Aploium <i@z.codes>'
__GITHUB_URL__ = 'https://github.com/aploium/zmirror'
Expand Down

0 comments on commit 25becd6

Please sign in to comment.