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

Commit c98571d

Browse files
committed
Release v1.1.8
* Add catkin build pattern recognition * Add configuration file for cmake_srcdir * Add failed_commands pattern for ldap-dev * Update README.rst Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
1 parent be834de commit c98571d

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.7"
4+
version = "1.1.8"
55

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

0 commit comments

Comments
 (0)