Skip to content

Commit

Permalink
Merge branch 'release/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed Nov 21, 2017
2 parents 2e52f2c + 8a3c9cf commit af9b5f2
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
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name="tootstream",
version="0.3.0",
version="0.3.1",
python_requires=">=3",
install_requires=[line.strip() for line in open('requirements.txt')],

Expand Down

0 comments on commit af9b5f2

Please sign in to comment.