Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Fix pypi upload #55

Merged
merged 3 commits into from
Jun 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

VERSION = ('0', '5', '1')
VERSION = ('0', '5', '2')
__version__ = '.'.join(VERSION)

with open('README.md') as f:
Expand Down