From 612dd151b86a8ac4548074149871c503aae0443d Mon Sep 17 00:00:00 2001 From: David Kundih Date: Sat, 20 Nov 2021 13:21:56 +0100 Subject: [PATCH] 3.3.7 push --- duality/misc/_meta.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/duality/misc/_meta.py b/duality/misc/_meta.py index b047fda..60cec4c 100644 --- a/duality/misc/_meta.py +++ b/duality/misc/_meta.py @@ -12,7 +12,7 @@ ] __license__ = 'Copyright © 2021- David Kundih. All rights reserved. Licensed under the Apache License, Version 2.0 | For more details about the license and terms of use visit the official duality documentation linked at https://github.com/dkundih/duality and https://pypi.org/project/duality' -__version__ = '3.3.6' +__version__ = '3.3.7' __documentation__ = 'https://github.com/dkundih/duality | https://pypi.org/project/duality' __contact__ = 'dakundih@unin.hr | kundihdavid@gmail.com' __donate__ = 'https://patreon.com/dkundih | https://buymeacoffee.com/dkundih' diff --git a/setup.py b/setup.py index 7f0c41c..3259e43 100644 --- a/setup.py +++ b/setup.py @@ -57,4 +57,4 @@ 'numpy >= 1.19.5', 'matplotlib >= 3.4.3', ] -) + )