ben-chem-tools 0.1.0__tar.gz → 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ben-chem-tools
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary: common useful tools for computational chemistry
5
5
  Author: Ben
6
6
  Author-email: Ben <bennyp2494@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ben-chem-tools"
3
- version = "0.1.0"
3
+ version = "0.2.0"
4
4
  description = "common useful tools for computational chemistry"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -1,7 +1,7 @@
1
1
  from glob import glob
2
2
  import cclib
3
3
  import periodictable as pt
4
- from geometries import xyz_molecule, xyz_atom
4
+ from .geometries import xyz_molecule, xyz_atom
5
5
  import os
6
6
 
7
7
 
File without changes