Skip to content

Commit

Permalink
Once more w feeling
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvaughn committed Feb 19, 2018
1 parent edc29a8 commit 544f31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
import os
import sys

readme = open('README.md').read()
readme = open('README.rst').read()
HERE = os.path.dirname(os.path.abspath(__file__))


def get_version():
version = '0.1.4'
version = '0.1.5'
f = open(os.path.join(HERE, 'VERSION'), 'r')
version = f.readline()
f.close
Expand Down

0 comments on commit 544f31b

Please sign in to comment.