Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 5741985

Browse files
committed
Release 1.1.7
* Improves test coverage for several modules * Adds "autoupdate" flag for usage by third-party tools Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
1 parent 3dd679b commit 5741985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
import sys, os
4-
version = "1.1.6"
4+
version = "1.1.7"
55

66
def readme():
77
with open("README.rst") as f:

0 commit comments

Comments
 (0)