Skip to content

Commit

Permalink
"Bump version: 0.9.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
kunansy committed Aug 8, 2022
1 parent a845295 commit ef39073
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0
current_version = 0.10.0
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -9,5 +9,7 @@ serialize =
message = "Bump version: {current_version}"

[bumpversion:file:VERSION]

[bumpversion:file:pyproject.toml]

[bumpversion:file:rnc/__init__.py]
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0
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 = "rnc"
version = "0.9.0"
version = "0.10.0"
description = "API for Russian National Corpus"
authors = ["kunansy <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion rnc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.9.0'
__version__ = '0.10.0'


import logging
Expand Down

0 comments on commit ef39073

Please sign in to comment.