Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pfaion committed Apr 7, 2020
1 parent f8c803a commit b04f419
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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 = 1.0.2
current_version = 1.0.3
commit = True
tag = True

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.3 (2020-04-07)
### Changed
- Python wheels for macOS will be built on 10.13 due to 10.12 being deprecated.

## 1.0.2 (2020-04-06)
### Changed
- Added `CHANGELOG.md` to `MANIFEST.in` - #27
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
package_dir={"": package_dir},
test_suite="tests",
url="https://github.com/pupil-labs/apriltags",
version="1.0.2",
version="1.0.3",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion src/pupil_apriltags/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.2"
__version__ = "1.0.3"

import logging

Expand Down

0 comments on commit b04f419

Please sign in to comment.