From 854ef6122a0eae8637618195ed3b62a79139c87c Mon Sep 17 00:00:00 2001 From: Matheus Cordeiro <matheusgomescord@gmail.com> Date: Wed, 18 Sep 2024 16:22:10 -0300 Subject: [PATCH] v1.3.10 - 2 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 07b7015..1d46eb0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fast_wave -version = 1.3.9 +version = 1.3.10 description = Package for the calculation of the time-independent wavefunction. author = Matheus Gomes Cordeiro author_email = matheusgomescord@gmail.com diff --git a/setup.py b/setup.py index a7feec5..e2daafb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = fh.read() name = "fast_wave" -version = "1.3.9" +version = "1.3.10" description = "Package for the calculation of the time-independent wavefunction." author_email = "matheusgomescord@gmail.com" url = "https://github.com/pikachu123deimos/fast-wave"