Skip to content

Commit 8ed99bd

Browse files
committed
Sync code from local; bump version to 1.0.0rc2
1 parent a349a7a commit 8ed99bd

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ random_*/
113113
*.png
114114
!docs/**/*.png
115115
test_mace_overnight.py
116+
Tutorials/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ AmorphGen/
749749
├── .github/workflows/
750750
│ └── test.yml ← CI (pytest on 3.10/3.11/3.12)
751751
├── amorphgen/
752-
│ ├── __init__.py ← v1.0.0
752+
│ ├── __init__.py ← v1.0.0rc2
753753
│ ├── cli.py ← CLI entry point (amorphgen command)
754754
│ ├── configs/
755755
│ │ ├── default_config.py ← all default parameters

amorphgen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from .utils.convert import convert
2525
from .utils.common import extract_snapshots
2626

27-
__version__ = "1.0.0"
27+
__version__ = "1.0.0rc2"
2828
__author__ = "Chaiyawat Kaewmeechai"
2929

3030
__all__ = [

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
project = "AmorphGen"
66
copyright = "2026, Chaiyawat Kaewmeechai"
77
author = "Chaiyawat Kaewmeechai"
8-
version = "1.0.0"
9-
release = "1.0.0"
8+
version = "1.0.0rc2"
9+
release = "1.0.0rc2"
1010

1111
# -- General configuration ---------------------------------------------------
1212
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "amorphgen"
7-
version = "1.0.0rc1"
7+
version = "1.0.0rc2"
88
description = "Amorphous structure generation via melt-quench MD and random placement"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)