We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c56b28 commit 3fa99d6Copy full SHA for 3fa99d6
aiidalab_widgets_base/__init__.py
@@ -16,4 +16,4 @@
16
from .structures_multi import MultiStructureUploadWidget # noqa
17
from .viewers import viewer # noqa
18
19
-__version__ = "1.0.0a8"
+__version__ = "1.0.0b1"
setup.json
@@ -1,12 +1,13 @@
1
{
2
- "version": "1.0.0a8",
+ "version": "1.0.0b1",
3
"name": "aiidalab-widgets-base",
4
"author_email": "[email protected]",
5
"url": "https://github.com/aiidalab/aiidalab-widgets-base",
6
"license": "MIT",
7
"classifiers": [
8
"Programming Language :: Python",
9
- "Framework :: AiiDA"
+ "Framework :: AiiDA",
10
+ "Development Status :: 4 - Beta"
11
],
12
"install_requires": [
13
"ase",
0 commit comments