Skip to content

Commit

Permalink
first patch so that README.md is correct; version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scgbckbone committed Aug 13, 2020
1 parent de41a15 commit 2e466cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup
import os

__version__ = "0.1.0"
__version__ = "0.1.1"

here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.md')) as f:
Expand Down

0 comments on commit 2e466cc

Please sign in to comment.