Skip to content

Commit

Permalink
Ready for pipi
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 5, 2020
1 parent 0674231 commit 52cc400
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 52cc400

Please sign in to comment.