We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08b0ee commit 3c5ccccCopy full SHA for 3c5cccc
pyproject.toml
@@ -7,6 +7,16 @@ license = "MIT"
7
readme = "README.md"
8
packages = [{include = "pysource_minimize"}]
9
10
+[tool.commitizen]
11
+changelog_incremental = true
12
+major_version_zero = true
13
+tag_format = "v$major.$minor.$patch$prerelease"
14
+update_changelog_on_bump = true
15
+version_files = [
16
+ "inline_snapshot/__init__.py:version"
17
+]
18
+version_provider = "poetry"
19
+
20
[tool.poetry.dependencies]
21
python = "^3.7"
22
asttokens = "^2.0.8"
pysource_minimize/__init__.py
@@ -3,3 +3,6 @@
3
4
5
__all__ = ("minimize", "StopMinimization")
6
+version = "0.4.0"
0 commit comments