Skip to content

Commit

Permalink
Bump verson to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelever committed Mar 4, 2023
1 parent ff1c0d1 commit 10bae55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -7,9 +7,9 @@

import sys
if sys.version_info[0] < 3:
raise Exception("PubRunner requires Python 3")
raise Exception("Kindred requires Python 3")

VERSION='2.8.0'
VERSION='2.8.1'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 10bae55

Please sign in to comment.