diff options
Diffstat (limited to 'attoconf/_version.py')
-rw-r--r-- | attoconf/_version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/attoconf/_version.py b/attoconf/_version.py index 2f23d77..74a4f45 100644 --- a/attoconf/_version.py +++ b/attoconf/_version.py @@ -7,11 +7,11 @@ major = 0 # Incremented for releases with compatible API additions. # This is the number that is usually incremented. -minor = 3 +minor = 4 # Incremented if there is a bugfix release. # Might not be contiguous. -patch = 4 +patch = 0 # Reserved for distributors and forks. # Contains arbitrary text, but no parentheses or newlines. |