Skip to content

Commit

Permalink
Bump version: 1.0.0-dev → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Aug 18, 2023
1 parent ce63051 commit 915d5db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ authors:
affiliation: "National Library of Finland"
title: "Annif"
abstract: "Annif is an automatic indexing software."
version: 1.0.0-dev
version: 1.0.0
license:
- Apache-2.0
- GPL-3.0
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 = "annif"
version = "1.0.0-dev"
version = "1.0.0"
description = "Automated subject indexing and classification tool"
authors = ["National Library of Finland <[email protected]>"]
maintainers = [
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 1.0.0-dev
current_version = 1.0.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

Expand All @@ -13,7 +13,7 @@ serialize =

[bumpversion:part:release]
optional_value = prod
values =
values =
dev
prod

Expand All @@ -25,5 +25,5 @@ max-line-length = 88
ignore = E203 W503

[coverage:report]
exclude_also =
if TYPE_CHECKING:
exclude_also =
if TYPE_CHECKING:

0 comments on commit 915d5db

Please sign in to comment.