Skip to content

Commit 9ce9525

Browse files
committed
Bump version: 0.9.0 → 0.10.0
1 parent 0586beb commit 9ce9525

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.9.0"
2+
current_version = "0.10.0"
33
commit = true
44
tag = true
55
tag_name = "{new_version}"

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# built documents.
6363
#
6464
# The full version, including alpha/beta/rc tags.
65-
release = "0.9.0"
65+
release = "0.10.0"
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

formasaurus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.9.0"
1+
__version__ = "0.10.0"
22

33
from ._form2request import build_submission
44
from .classifiers import FormFieldClassifier, classify, classify_proba, extract_forms

0 commit comments

Comments
 (0)