From 56fa6ac0ab62d289149d97b3bd52239284f31180 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 7 Jul 2026 19:13:41 +0200 Subject: [PATCH] bump tp 3.0.2 --- pyproject.toml | 2 +- setup.py | 2 +- teleforma/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8520ddfb..22ec39fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teleforma" -version = "3.0.1" +version = "3.0.2" description = "e-learning platform based on streaming" authors = ["Guillaume Pellerin "] license = "CeCILL v2" diff --git a/setup.py b/setup.py index c8325daf..6b4ea732 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '3.0.1', + version = '3.0.2', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS, diff --git a/teleforma/__init__.py b/teleforma/__init__.py index b0b5b7ff..11761aa0 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '3.0.1' +__version__ = '3.0.2' __url__ = 'https://github.com/Parisson/TeleForma' __copyright__ = '(C) 2011-2026 Parisson' __license__ = 'CeCILL-v2' -- 2.47.3