Skip to content

Commit

Permalink
fire update
Browse files Browse the repository at this point in the history
  • Loading branch information
atomsos committed Mar 26, 2022
1 parent 18dd410 commit 725be0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion chemio/__init__.py
Expand Up @@ -16,7 +16,6 @@
# print(ImportWarning(__string__))
warnings.warn(__string__)
except Exception as e:
print("error", e)
from . import main
from .main import read, write, preview, convert
from .molecule import get_molecule
Expand Down
2 changes: 1 addition & 1 deletion chemio/version.py
@@ -1,4 +1,4 @@
__version__ = '1.6.9'
__version__ = '2.0.0'
LOGLEVEL_ENV = "CHEMIO_LOGLEVEL"


Expand Down

0 comments on commit 725be0d

Please sign in to comment.