Skip to content

Commit

Permalink
add tag v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minghu6 committed May 20, 2020
1 parent 87b0e64 commit b155cf1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions README.rst

This file was deleted.

2 changes: 1 addition & 1 deletion minghu6/__init__.py
Expand Up @@ -6,4 +6,4 @@
"""
import hy

__version__ = '1.6.0'
__version__ = '1.6.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
README = readme.read()
with open('requirements.txt') as f:
REQUIRED = f.read().splitlines()
Expand Down

0 comments on commit b155cf1

Please sign in to comment.