Bump version: 3.5 → 3.6

This commit is contained in:
Devaev Maxim
2021-01-20 14:03:48 +03:00
parent 87bff56a78
commit eec8e41b2b
7 changed files with 7 additions and 7 deletions

View File

@@ -23,5 +23,5 @@
#pragma once
#ifndef VERSION
# define VERSION "3.5"
# define VERSION "3.6"
#endif

View File

@@ -6,7 +6,7 @@ from distutils.core import setup
if __name__ == "__main__":
setup(
name="ustreamer",
version="3.5",
version="3.6",
description="uStreamer tools",
author="Maxim Devaev",
author_email="mdevaev@gmail.com",