Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 1, 2024
1 parent 53ea0de commit 43368ac
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## v0.1.0 (2024-03-01)

### Feature

* feat: add molecular weights information ([`8da1ddd`](https://github.com/benjiemc/PythonPDB/commit/8da1ddd689601cf177e08af79a5e27ba6898da65))

### Unknown

* Merge pull request #28 from benjiemc/molecular-weights

feat: add molecular weights information ([`53ea0de`](https://github.com/benjiemc/PythonPDB/commit/53ea0de1385029cf06e79f66a4faec897cb4c650))

* Minor fixes ([`73baf0d`](https://github.com/benjiemc/PythonPDB/commit/73baf0d91c69972b40522535a2b372fe2421af33))

* Merge pull request #27 from benjiemc/blogpig-example

Add pandas example ([`e2be8f3`](https://github.com/benjiemc/PythonPDB/commit/e2be8f324d7b472648b6a411accd3df8ed41f3c5))

* Add pandas example ([`7938e67`](https://github.com/benjiemc/PythonPDB/commit/7938e6722e56e941d0d26ccced38e7e4c0ea7f96))


## v0.0.6 (2023-12-15)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "python_pdb"
version = "0.0.6"
version = "0.1.0"
authors = [
{ name="Benjamin McMaster", email="[email protected]"}
]
Expand Down
2 changes: 1 addition & 1 deletion src/python_pdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.6'
__version__ = '0.1.0'

0 comments on commit 43368ac

Please sign in to comment.