Skip to content

Commit

Permalink
chore(release): 1.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.1](v1.10.0...v1.10.1) (2023-04-13)

### Bug Fixes

* **build:** Fix incorrect classifiers and poetry not installing docs correctly. ([ca5ec52](ca5ec52))
  • Loading branch information
semantic-release-bot committed Apr 13, 2023
1 parent bf12bc7 commit 9ed095d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.1](https://github.com/Ecogenomics/gtdb-lib/compare/v1.10.0...v1.10.1) (2023-04-13)


### Bug Fixes

* **build:** Fix incorrect classifiers and poetry not installing docs correctly. ([ca5ec52](https://github.com/Ecogenomics/gtdb-lib/commit/ca5ec52b27f108e54e10389123042e60492d19de))

# [1.10.0](https://github.com/Ecogenomics/gtdb-lib/compare/v1.9.0...v1.10.0) (2023-04-13)


Expand Down
2 changes: 1 addition & 1 deletion gtdblib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.10.0'
__version__ = '1.10.1'

import logging

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gtdblib"
version = "1.10.0"
version = "1.10.1"
license = "GPL-3.0-or-later"
description = "An abstraction of objects, files, and third-party tools used by the GTDB. Not intended for public use."
authors = [
Expand Down

0 comments on commit 9ed095d

Please sign in to comment.