Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Commit

Permalink
v2.1.0.post1 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggirelli authored Oct 20, 2021
1 parent eb78ab0 commit ec342fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [2.1.0.post1] - 2021-10-20
### Fixed
- Trove classifiers in `pyproject.toml`.

## [2.1.0] - 2021-10-20
### Added
- Pre-commit hooks.
Expand Down Expand Up @@ -184,7 +188,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [0.0.1] - 2017-08-06 - First release


[2.1.0.post1]: https://github.com/ggirelli/iFISH-probe-design/releases/tag/v2.1.0.post1
[2.1.0]: https://github.com/ggirelli/iFISH-probe-design/releases/tag/v2.1.0
[2.0.5]: https://github.com/ggirelli/iFISH-probe-design/releases/tag/v2.0.5
[2.0.4]: https://github.com/ggirelli/iFISH-probe-design/releases/tag/v2.0.4
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ifpd"
version = "2.1.0"
version = "2.1.0.post1"
description = "An iFISH probe design pipeline, with web interface included."
authors = ["Gabriele Girelli <gigi.ga90@gmail.com>"]
license = "MIT"
Expand All @@ -9,15 +9,15 @@ homepage = "https://github.com/ggirelli/iFISH-Probe-Design"
repository = "https://github.com/ggirelli/iFISH-Probe-Design"
keywords = ["biology", "cell", "DNA", "RNA", "FISH", "fluorescence", "hybridization"]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"License :: OSI Approved :: MIT License",
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6"
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
include = [
"CHANGELOG.md",
Expand Down

0 comments on commit ec342fa

Please sign in to comment.