Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Faion committed Dec 3, 2019
1 parent de05481 commit 181c486
Show file tree
Hide file tree
Showing 3 changed files with 3 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.1
current_version = 1.0.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,6 @@ def collect_external_package_data(external_package_data):
package_data={package: package_data},
package_dir={"": package_dir},
url="https://github.com/pupil-labs/pupil-detectors",
version="1.0.1",
version="1.0.2",
zip_save=False,
)
2 changes: 1 addition & 1 deletion src/pupil_detectors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
---------------------------------------------------------------------------~(*)
"""

__version__ = "1.0.1"
__version__ = "1.0.2"

import platform

Expand Down

0 comments on commit 181c486

Please sign in to comment.