Skip to content

Commit

Permalink
nightly pypi (zhanghang1989#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghang1989 committed May 10, 2020
1 parent 1c4e4a3 commit d9dea17
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 @@
[![PyPI](https://img.shields.io/pypi/v/torch-encoding.svg)](https://pypi.python.org/pypi/torch-encoding)
[![PyPI Pre-release](https://img.shields.io/badge/pypi--prerelease-v1.2.0-ff69b4.svg)](https://pypi.org/project/torch-encoding/#history)
[![PyPI Pre-release](https://img.shields.io/badge/pypi--prerelease-v1.2.1-ff69b4.svg)](https://pypi.org/project/torch-encoding/#history)
[![Upload Python Package](https://github.com/zhanghang1989/PyTorch-Encoding/workflows/Upload%20Python%20Package/badge.svg)](https://github.com/zhanghang1989/PyTorch-Encoding/actions)
[![Downloads](http://pepy.tech/badge/torch-encoding)](http://pepy.tech/project/torch-encoding)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

version = '1.2.0'
version = '1.2.1'
try:
if not os.getenv('RELEASE'):
from datetime import date
Expand Down

0 comments on commit d9dea17

Please sign in to comment.