diff options
Diffstat (limited to 'attoconf/_version.py')
-rw-r--r-- | attoconf/_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attoconf/_version.py b/attoconf/_version.py index 7721bb4..8d9820c 100644 --- a/attoconf/_version.py +++ b/attoconf/_version.py @@ -7,7 +7,7 @@ major = 0 # Incremented for releases with compatible API additions. # This is the number that is usually incremented. -minor = 0 +minor = 1 # Incremented if there is a bugfix release. # Might not be contiguous. |