Skip to content

Commit

Permalink
update version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbsd committed Aug 10, 2021
1 parent ba05534 commit 1f65b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup
from subprocess import run

__VERSION__ = '5.8'
__VERSION__ = '5.9'
PROGRAM_VERSION = __VERSION__

prefix = '/usr/local' if system() == 'FreeBSD' else sys.prefix
Expand Down

0 comments on commit 1f65b13

Please sign in to comment.