From 7dda7a911e99b87c4470f01d619664e39f56dd9c Mon Sep 17 00:00:00 2001
From: Adam Fekete <adam@fekete.co.uk>
Date: Fri, 11 Nov 2022 12:38:59 +0100
Subject: [PATCH] changelog + cleanup

---
 .gitlab-ci.yml | 17 -----------------
 CHANGELOG      |  9 ++++++---
 pyproject.toml |  2 +-
 3 files changed, 7 insertions(+), 21 deletions(-)
 delete mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index e711b07..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-# image: gitlab-registry.mpcdf.mpg.de/nomad-lab/atomic-features-package
-# stages:
-#   - doc_builds
-# pages:
-#   stage: doc_builds
-#   script:
-#     - cd docs/
-#     - make html
-#     - mv _build/html/ ../../public/
-#     - cd ../../
-#   artifacts:
-#     paths:
-#       - public
-#   only:
-#   - master
-#   - docs
-#   - joss
diff --git a/CHANGELOG b/CHANGELOG
index 3ae0c67..c6bf1fb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,10 +4,13 @@ v 0.0.2
 
 v 1.0.0
 
-1) added atomic_properties_webele module and corresponding methods to periodictable module to show heatmaps of atomic features accessible. 
-
+1) added atomic_properties_webele module and corresponding methods to periodictable module to show heatmaps of atomic features accessible.
 2) Updated definition methods in atomic_properites_dft, atomic_properites_lda2015, atomic_properites_pymat, atomic_properites_matminer, atomic_properites_webele
-
 3) Updated html and pdf documentation to match latest version
 
+v 1.0.1
 
+1) updated python setup process
+2) updated package names according to PEP8
+3) got rid of deprecation warnings
+4)
diff --git a/pyproject.toml b/pyproject.toml
index 7b2e422..1caae06 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "atomic-features-package"
-version = "1.0.0"
+version = "1.0.1"
 authors = [{ name = "Aakash Ashok Naik", email = "naik@fhi-berlin.mpg.de" }]
 description = "Unified package to access atomic properites of elements"
 readme = "README.md"
-- 
GitLab