Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daveenguyen committed Mar 14, 2019
1 parent 4d09ffe commit bed76af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}.{release}{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = prod
first_value = prod
values =
values =
dev
prod

Expand Down
2 changes: 1 addition & 1 deletion atomacos/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Automated Testing on macOS"""
# flake8: noqa: F401
__version__ = "0.1.0"
__version__ = "0.1.1"

from atomacos import a11y
from atomacos import errors
Expand Down

0 comments on commit bed76af

Please sign in to comment.