Skip to content

Commit 7c251d8

Browse files
author
Hiromichi Yokoyama
committed
3.0.0b1
1 parent 09a57cf commit 7c251d8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

moleditpy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "MoleditPy"
77

8-
version = "3.0.0"
8+
version = "3.0.0b1"
99

1010
license = {file = "LICENSE"}
1111

moleditpy/src/moleditpy.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.4
22
Name: MoleditPy
3-
Version: 3.0.0a8
3+
Version: 3.0.0b1
44
Summary: A cross-platform, simple, and intuitive molecular structure editor built in Python. It allows 2D molecular drawing and 3D structure visualization. It supports exporting structure files for input to DFT calculation software.
55
Author-email: HiroYokoyama <titech.yoko.hiro@gmail.com>
66
License: GNU GENERAL PUBLIC LICENSE

moleditpy/src/moleditpy/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from rdkit import Chem
1717

1818
# Version
19-
VERSION = "3.0.0"
19+
VERSION = "3.0.0b1"
2020

2121
ATOM_RADIUS = 18
2222
BOND_OFFSET = 3.5

tests/coverage_report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
| moleditpy\src\moleditpy\ui\edit_actions_logic.py | 852 | 215 | 74.8% |
3333
| moleditpy\src\moleditpy\ui\export_logic.py | 512 | 150 | 70.7% |
3434
| moleditpy\src\moleditpy\ui\io_logic.py | 641 | 131 | 79.6% |
35-
| moleditpy\src\moleditpy\ui\main_window_init.py | 1182 | 164 | 86.1% |
35+
| moleditpy\src\moleditpy\ui\main_window_init.py | 1185 | 165 | 86.1% |
3636
| moleditpy\src\moleditpy\ui\molecular_scene_handler.py | 860 | 180 | 79.1% |
3737
| moleditpy\src\moleditpy\ui\molecule_scene.py | 506 | 187 | 63.0% |
3838
| moleditpy\src\moleditpy\ui\sip_isdeleted_safe.py | 13 | 4 | 69.2% |
@@ -42,7 +42,7 @@
4242
| moleditpy\src\moleditpy\utils\constants.py | 31 | 0 | 100.0% |
4343
| moleditpy\src\moleditpy\utils\default_settings.py | 1 | 0 | 100.0% |
4444
| moleditpy\src\moleditpy\utils\sip_isdeleted_safe.py | 19 | 8 | 57.9% |
45-
| **TOTAL** | **10703** | **2605** | **75.66%** |
45+
| **TOTAL** | **10706** | **2606** | **75.66%** |
4646

4747
### Full Application Breakdown
4848

@@ -79,7 +79,7 @@
7979
| moleditpy\src\moleditpy\ui\geometry_base_dialog.py | 56 | 41 | 26.8% |
8080
| moleditpy\src\moleditpy\ui\io_logic.py | 641 | 131 | 79.6% |
8181
| moleditpy\src\moleditpy\ui\main_window.py | 64 | 20 | 68.8% |
82-
| moleditpy\src\moleditpy\ui\main_window_init.py | 1182 | 164 | 86.1% |
82+
| moleditpy\src\moleditpy\ui\main_window_init.py | 1185 | 165 | 86.1% |
8383
| moleditpy\src\moleditpy\ui\mirror_dialog.py | 70 | 7 | 90.0% |
8484
| moleditpy\src\moleditpy\ui\molecular_scene_handler.py | 860 | 180 | 79.1% |
8585
| moleditpy\src\moleditpy\ui\molecule_scene.py | 506 | 187 | 63.0% |
@@ -104,7 +104,7 @@
104104
| moleditpy\src\moleditpy\utils\default_settings.py | 1 | 0 | 100.0% |
105105
| moleditpy\src\moleditpy\utils\sip_isdeleted_safe.py | 19 | 8 | 57.9% |
106106
| moleditpy\src\moleditpy\utils\system_utils.py | 34 | 18 | 47.1% |
107-
| **TOTAL** | **13693** | **4404** | **67.84%** |
107+
| **TOTAL** | **13696** | **4405** | **67.84%** |
108108

109109
## Test Suite Status
110110
- **Unit tests**: PASSED

0 commit comments

Comments
 (0)