Skip to content

Commit 0ecdc17

Browse files
committed
Add pyyaml as a dependency
1 parent 0f133d3 commit 0ecdc17

File tree

5 files changed

+744
-13
lines changed

5 files changed

+744
-13
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def setup(app):
7373
author = 'Stef Smeets'
7474

7575
# The short X.Y version.
76-
version = release = '1.0.0'
76+
version = release = '1.0.1'
7777

7878
# The language for content autogenerated by Sphinx.
7979
language = 'english'
@@ -121,7 +121,7 @@ def setup(app):
121121
autodoc_mock_imports = [
122122
'cctbx',
123123
'iotbx',
124-
'importlib_metadata'
124+
'importlib_metadata',
125125
]
126126

127127
intersphinx_mapping = {

edtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0'
1+
__version__ = '1.0.1'

0 commit comments

Comments
 (0)