Skip to content

Commit 3fa99d6

Browse files
committed
Prepare release 1.0.0b1
1 parent 7c56b28 commit 3fa99d6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

aiidalab_widgets_base/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
from .structures_multi import MultiStructureUploadWidget # noqa
1717
from .viewers import viewer # noqa
1818

19-
__version__ = "1.0.0a8"
19+
__version__ = "1.0.0b1"

setup.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"version": "1.0.0a8",
2+
"version": "1.0.0b1",
33
"name": "aiidalab-widgets-base",
44
"author_email": "[email protected]",
55
"url": "https://github.com/aiidalab/aiidalab-widgets-base",
66
"license": "MIT",
77
"classifiers": [
88
"Programming Language :: Python",
9-
"Framework :: AiiDA"
9+
"Framework :: AiiDA",
10+
"Development Status :: 4 - Beta"
1011
],
1112
"install_requires": [
1213
"ase",

0 commit comments

Comments
 (0)