Bump version to 1.1.7

This commit is contained in:
Scott Kitterman
2024-06-23 16:32:55 -04:00
parent 3be5035ef2
commit ab569cc77c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os
import sys
version = "1.1.6"
version = "1.1.7"
kw = {} # Work-around for lack of 'or' requires in setuptools.
try: