Skip to content

Commit

Permalink
Quick fix: changed .md to .rst and incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
azharichenko committed Mar 11, 2018
1 parent a54b61b commit 72ab824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -13,7 +13,7 @@
here = path.abspath(path.dirname(__file__))

# Get the long description from the README file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

setup(
Expand All @@ -22,7 +22,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.1',
version='0.1.2',

description='An API to get data from Pitt and Pitt-related applications.',
long_description=long_description,
Expand Down

0 comments on commit 72ab824

Please sign in to comment.