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.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daveenguyen committed Mar 14, 2019
1 parent 6a538ce commit 4e9e84d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.2.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
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.1"
__version__ = "0.2.0"

from atomacos import a11y
from atomacos import errors
Expand Down

0 comments on commit 4e9e84d

Please sign in to comment.