Skip to content

Commit

Permalink
Merge branch 'release/0.3.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed Jan 23, 2020
2 parents 084e913 + 89f9ed5 commit 4618f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).


### Release
### [0.3.8] - 2020-01-22
### [0.3.8.1] - 2020-01-22

#### Fixed
- Upgrade to Mastodon.py 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name="tootstream",
version="0.3.7",
version="0.3.8.1",
python_requires=">=3",
install_requires=[line.strip() for line in open('requirements.txt')],

Expand Down

0 comments on commit 4618f09

Please sign in to comment.