Skip to content

Commit

Permalink
Bump to v0.8.1 and thank @briennakh
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jun 17, 2020
1 parent 09953d8 commit 000ae8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,5 +297,6 @@ Many thanks to the following GitHub users for contributing code and/or ideas:
- [@danmayer](https://github.com/danmayer)
- [@kade-robertson](https://github.com/kade-robertson)
- [@erikerlandson](https://github.com/erikerlandson)
- [@briennakh](https://github.com/briennakh)

Initially developed at [BuzzFeed](https://www.buzzfeed.com).
2 changes: 1 addition & 1 deletion markovify/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION_TUPLE = (0, 8, 0)
VERSION_TUPLE = (0, 8, 1)
__version__ = ".".join(map(str, VERSION_TUPLE))

0 comments on commit 000ae8f

Please sign in to comment.