Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Faion committed Jan 7, 2020
1 parent b92783c commit 3079ab7
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:src/pupil_apriltags/__init__.py]

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog

## 1.0.1 (2020-01-07)
### Changed
- Switched to semantic versioning format.
### Documentation
- Added changelog.
- Cleaned up and corrected docs in README.

## 1 (2019-09-24)
- Initial release.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -55,6 +55,6 @@
package_dir={"": package_dir},
test_suite="tests",
url="https://github.com/pupil-labs/apriltags",
version="1.0.0",
version="1.0.1",
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.0"
__version__ = "1.0.1"

import logging

0 comments on commit 3079ab7

Please sign in to comment.