Skip to content

Commit

Permalink
Bump to v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jun 17, 2020
1 parent 38c6a7a commit e902021
Showing 1 changed file with 1 addition and 1 deletion.
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, 1)
VERSION_TUPLE = (0, 8, 2)
__version__ = ".".join(map(str, VERSION_TUPLE))

0 comments on commit e902021

Please sign in to comment.