Skip to content

Commit

Permalink
Bump Up Version After Release (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghang1989 authored Apr 26, 2020
1 parent 939e303 commit 1299696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![PyPI](https://img.shields.io/pypi/v/resnest.svg)](https://pypi.python.org/pypi/resnest)
[![PyPI Pre-release](https://img.shields.io/badge/pypi--prerelease-v0.0.3-ff69b4.svg)](https://pypi.org/project/resnest/#history)
[![PyPI Pre-release](https://img.shields.io/badge/pypi--prerelease-v0.0.4-ff69b4.svg)](https://pypi.org/project/resnest/#history)
[![PyPI Nightly](https://github.com/zhanghang1989/ResNeSt/workflows/Pypi%20Nightly/badge.svg)](https://github.com/zhanghang1989/ResNeSt/actions)
[![Downloads](http://pepy.tech/badge/resnest)](http://pepy.tech/project/resnest)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

cwd = os.path.dirname(os.path.abspath(__file__))

version = '0.0.3'
version = '0.0.4'
try:
if not os.getenv('RELEASE'):
from datetime import date
today = date.today()
day = today.strftime("b%d%m%Y")
day = today.strftime("b%Y%m%d")
version += day
except Exception:
pass
Expand Down

0 comments on commit 1299696

Please sign in to comment.