Skip to content

Commit 0b3cd2c

Browse files
Bissbertclaude
andcommitted
chore: update author name to Bissbert
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7026d32 commit 0b3cd2c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ readme = "README.md"
66
license = { text = "MIT" }
77
requires-python = ">=3.10"
88
authors = [
9-
{ name = "Fabian Schuh", email = "fabian@gemmology.dev" }
9+
{ name = "Bissbert", email = "fabian@gemmology.dev" }
1010
]
1111
maintainers = [
12-
{ name = "Fabian Schuh", email = "fabian@gemmology.dev" }
12+
{ name = "Bissbert", email = "fabian@gemmology.dev" }
1313
]
1414
keywords = [
1515
"crystallography",

src/crystal_renderer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515

1616
__version__ = "2.0.0"
17-
__author__ = "Fabian Schuh"
17+
__author__ = "Bissbert"
1818
__email__ = "fabian@gemmology.dev"
1919

2020
# High-level visualization

0 commit comments

Comments
 (0)