Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mthuurne committed Mar 28, 2019
1 parent b0d41f0 commit dfbde32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'poetry.masonry.api'

[tool.poetry]
name = 'apetest'
version = "0.1.0"
version = "0.1.1"
description = 'Smarter-than-monkey testing for web apps'
authors = [
'Maarten ter Huurne <[email protected]>'
Expand Down
2 changes: 1 addition & 1 deletion src/apetest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

"""Package version info."""

VERSION_TUPLE = (0, 1, 0)
VERSION_TUPLE = (0, 1, 1)
VERSION_STRING = '.'.join(str(n) for n in VERSION_TUPLE)

0 comments on commit dfbde32

Please sign in to comment.