Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simongregorebner committed Dec 14, 2022
1 parent eba6767 commit a0dcf2b
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 @@ -4,7 +4,7 @@
from setuptools import setup, Extension
import platform

VERSION = (1, 1, 5)
VERSION = (1, 2, 0)
VERSION_STR = ".".join([str(x) for x in VERSION])

CBF_VERSION = (0, 0, 1)
Expand Down

0 comments on commit a0dcf2b

Please sign in to comment.