Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takos22 committed May 9, 2021
1 parent a46f45f commit 3e19e83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions baguette/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"VersionInfo", major=int, minor=int, micro=int, releaselevel=str, serial=int
)

version_info = VersionInfo(
major=0, minor=2, micro=0, releaselevel="", serial=0
)
version_info = VersionInfo(major=0, minor=2, micro=0, releaselevel="", serial=0)

__title__ = "baguette"
__author__ = "takos22"
Expand Down

0 comments on commit 3e19e83

Please sign in to comment.