Skip to content

Commit 9935a14

Browse files
authored
Bump version 1.0.4 => 1.0.5 (#146)
1 parent 0d169bd commit 9935a14

File tree

6 files changed

+5
-47
lines changed

6 files changed

+5
-47
lines changed

CHANGELOG.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "https://spdx.org/licenses/MIT",
2828
"name": "PubChemPy",
2929
"programmingLanguage": "Python",
30-
"softwareVersion": "1.0.4",
30+
"softwareVersion": "1.0.5",
3131
"continuousIntegration": "https://github.com/mcs07/PubChemPy/actions",
3232
"readme": "https://github.com/mcs07/PubChemPy/blob/main/README.md",
3333
"url": "https://docs.pubchempy.org",

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
project = "PubChemPy"
1717
copyright = "2014-2025, Matt Swain"
1818
author = "Matt Swain"
19-
release = "1.0.4"
19+
release = "1.0.5"
2020

2121
# -- General configuration ---------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pubchempy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
__author__ = "Matt Swain"
3535
__email__ = "[email protected]"
36-
__version__ = "1.0.4"
36+
__version__ = "1.0.5"
3737
__license__ = "MIT"
3838

3939
__all__ = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PubChemPy"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "A simple Python wrapper around the PubChem PUG REST API."
55
readme = "README.md"
66
authors = [{ name = "Matt Swain", email = "[email protected]" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)