Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takos22 committed May 23, 2021
1 parent 44343e4 commit 36c6caf
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=3, micro=0, releaselevel="", serial=0)
version_info = VersionInfo(major=0, minor=3, micro=0, releaselevel="", serial=1)

__title__ = "baguette"
__author__ = "takos22"
__version__ = "0.3.0"
__version__ = "0.3.1"

__all__ = [
"Baguette",
Expand Down

0 comments on commit 36c6caf

Please sign in to comment.