Skip to content

Commit

Permalink
Merge pull request #50 from sicara/release/0.1.0
Browse files Browse the repository at this point in the history
Bump version: 0.0.1 → 0.1.0
  • Loading branch information
Raphael Meudec authored May 29, 2020
2 parents a96b793 + 3c1414a commit 9d70171
Show file tree
Hide file tree
Showing 3 changed files with 4 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 = 0.0.1
current_version = 0.1.0
commit = True
tag = False

[bumpversion:file:setup.py]

[bumpversion:file:tf2_yolov4/__init__.py]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="tf2_yolov4",
version="0.0.1",
version="0.1.0",
description="TensorFlow 2.x implementation of YOLOv4",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion tf2_yolov4/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
YoloV4 in Tensorflow 2
"""

__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit 9d70171

Please sign in to comment.