We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f6672 commit 8bf850fCopy full SHA for 8bf850f
2 files changed
diffdrrdata/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.0.6"
+__version__ = "0.0.7"
settings.ini
@@ -1,7 +1,7 @@
[DEFAULT]
2
repo = DiffDRR-Datasets
3
lib_name = diffdrrdata
4
-version = 0.0.6
+version = 0.0.7
5
min_python = 3.7
6
license = apache2
7
black_formatting = False
@@ -26,7 +26,7 @@ keywords = nbdev jupyter notebook python
26
language = English
27
status = 3
28
user = eigenvivek
29
-requirements = diffdrr>=0.5.0 h5py
+requirements = diffdrr>=0.5.0rc0 h5py
30
readme_nb = index.ipynb
31
allowed_metadata_keys =
32
allowed_cell_metadata_keys =
0 commit comments