From 52cc40091c4a261aebde0da210991106e6ab0eab Mon Sep 17 00:00:00 2001 From: "wwwaaawww@outlook.com" Date: Sun, 5 Jan 2020 15:12:56 +0330 Subject: [PATCH] Ready for pipi --- CHANGELOG.md | 6 ++++++ setup.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bac9787..6f00108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), + +## [0.4.0] - 2020-01-05 + +### Added +- TCP support + ## [0.3.0] - 2019-11-30 ### Added diff --git a/setup.py b/setup.py index 30bba87..e9fc896 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ def readme(): long_description = f.read() setup(name='imagiz', - version='0.3', - description='Live video streaming over network with OpenCV and ZMQ', + version='0.4', + description='Live video streaming over network with OpenCV and (ZMQ or TCP)', url='https://github.com/jmowlaei/imagiz', author='Jafar Mowlaei', author_email='jmowlaei@gmail.com',