Skip to content

Commit

Permalink
Release 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Feb 8, 2019
1 parent b84ad93 commit b9f8d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fades/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Holder of the fades version number."""

VERSION = (8, 0)
VERSION = (8, 1)
__version__ = '.'.join([str(x) for x in VERSION])

0 comments on commit b9f8d36

Please sign in to comment.