From 7d76f17bed220c1b59783c5fcd62dfd2f9e072ab Mon Sep 17 00:00:00 2001
From: Danilo Ferreira de Lima <danilo.enoque.ferreira.de.lima@xfel.de>
Date: Fri, 3 Feb 2023 21:03:45 +0100
Subject: [PATCH] Increased version.

---
 pes_to_spec/__init__.py | 2 +-
 pyproject.toml          | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pes_to_spec/__init__.py b/pes_to_spec/__init__.py
index 2d96205..e42e7bd 100644
--- a/pes_to_spec/__init__.py
+++ b/pes_to_spec/__init__.py
@@ -2,4 +2,4 @@
 Estimate high-resolution photon spectrometer data from low-resolution non-invasive measurements.
 """
 
-VERSION = "0.0.1"
\ No newline at end of file
+VERSION = "0.0.2"
diff --git a/pyproject.toml b/pyproject.toml
index e9a6551..729a638 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,9 +5,9 @@ build-backend = "setuptools.build_meta"
 [project]
 name = "pes_to_spec"
 authors = [
-    {author = "Arman Davtyan", email = "arman.davtyan@xfel.eu"},
-    {author = "Danilo Enoque Ferreira de Lima", email = "danilo.enoque.ferreira.de.lima@xfel.eu"},
-    {author = "Thomas Michelat", email = "thomas.michelat@xfel.eu"}
+    {name = "Arman Davtyan", email = "arman.davtyan@xfel.eu"},
+    {name = "Danilo Enoque Ferreira de Lima", email = "danilo.enoque.ferreira.de.lima@xfel.eu"},
+    {name = "Thomas Michelat", email = "thomas.michelat@xfel.eu"}
     ]
 description = "Use low-resolution non-invasive photon spectrometer data to estimate high-resolution images"
 requires-python = ">=3.7"
@@ -29,7 +29,7 @@ dependencies = [
           "scipy>=1.6",
           "scikit-learn>=1.0.2",
           #"autograd",
-          "h5py"
+          #"h5py"
           ]
 
 [project.optional-dependencies]
-- 
GitLab