Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takos22 committed May 15, 2021
1 parent 75fe078 commit 7ae703a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baguette/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"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=1, releaselevel="", serial=0)

__title__ = "baguette"
__author__ = "takos22"
__version__ = "0.2.0"
__version__ = "0.2.1"

__all__ = [
"Baguette",
Expand Down

0 comments on commit 7ae703a

Please sign in to comment.