Skip to content

Commit 2e2f2ff

Browse files
committed
bump version
1 parent d7f6970 commit 2e2f2ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# built documents.
2727
#
2828
# The short X.Y version.
29-
version = "0.1.6"
29+
version = "0.2.0"
3030
# The full version, including alpha/beta/rc tags.
3131
release = version
3232

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ license = {file = "LICENSE"}
4545
name = "aoptk"
4646
readme = {file = "README.md", content-type = "text/markdown"}
4747
requires-python = ">=3.10"
48-
version = "0.1.6"
48+
version = "0.2.0"
4949

5050
[project.scripts]
5151
chemical-identifier = "aoptk.application.chemical_identifier:cli"
@@ -138,7 +138,7 @@ force-single-line = true
138138
no-lines-before = ["future","standard-library","third-party","first-party","local-folder"]
139139

140140
[tool.bumpversion]
141-
current_version = "0.1.6"
141+
current_version = "0.2.0"
142142

143143
[[tool.bumpversion.files]]
144144
filename = "src/aoptk/__init__.py"

0 commit comments

Comments
 (0)