Skip to content

Commit

Permalink
Bump version to v0.3.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd committed Apr 6, 2024
1 parent 02a8aa1 commit 9486648
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.3.3](https://github.com/ivanwilliammd/iderare-pheno/releases/tag/v0.3.3) - 2024-04-07
- Updated phenotype data to .toml for release together with PyPi package

## [v0.3.2](https://github.com/ivanwilliammd/iderare-pheno/releases/tag/v0.3.2) - 2024-04-07
- Refactored styling

Expand Down
2 changes: 1 addition & 1 deletion iderare_pheno/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_MINOR = "3"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "2"
_PATCH = "3"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ readme = "README.md"
classifiers = [
"Intended Audience :: Science/Research",
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: BSD-3-Clause license",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Phenotype Ontology",
]
authors = [
{name = "Ivan William Harsono", email = "[email protected]"}
{name = "Ivan William Harsono", email = "[email protected]"}
]
requires-python = ">=3.8"
dependencies = [
Expand All @@ -33,7 +33,7 @@ license = {file = "LICENSE"}
Homepage = "https://github.com/ivanwilliammd/iderare-pheno"
Repository = "https://github.com/ivanwilliammd/iderare-pheno"
Changelog = "https://github.com/ivanwilliammd/iderare-pheno/blob/main/CHANGELOG.md"
# Documentation = "https://iderare-pheno.readthedocs.io/"
Documentation = "https://iderare-pheno.readthedocs.io/"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -72,7 +72,7 @@ exclude = [
include-package-data = true

[tool.setuptools.package-data]
iderare_pheno = ["py.typed"]
iderare_pheno = ["phenotype/*"]

[tool.setuptools.dynamic]
version = {attr = "iderare_pheno.version.VERSION"}
Expand Down

0 comments on commit 9486648

Please sign in to comment.