Skip to content

Commit 3bdac21

Browse files
Bissbertclaude
andcommitted
chore: update author name to Bissbert
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 405800e commit 3bdac21

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/cdl_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"""
2424

2525
__version__ = "2.0.0"
26-
__author__ = "Fabian Schuh"
26+
__author__ = "Bissbert"
2727
__email__ = "fabian@gemmology.dev"
2828

2929
# Core parsing functions

0 commit comments

Comments
 (0)