Skip to content

Commit

Permalink
Bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
takos22 committed May 1, 2021
1 parent 24f607d commit f9c349c
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=1, micro=4, releaselevel="", serial=0)
version_info = VersionInfo(major=0, minor=1, micro=5, releaselevel="", serial=0)

__title__ = "baguette"
__author__ = "takos22"
__version__ = "0.1.4"
__version__ = "0.1.5"

__all__ = [
"Baguette",
Expand Down

0 comments on commit f9c349c

Please sign in to comment.