Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bougeant committed Feb 17, 2023
1 parent 2068d87 commit 815f479
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Prodigy Finance"

# The full version, including alpha/beta/rc tags
release = "0.3.1"
release = "0.3.2"
# The short X.Y version.
version = "{ver[0]}.{ver[1]}".format(ver=release.split("."))

Expand Down
2 changes: 1 addition & 1 deletion ml2p/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

__version__ = "0.3.1"
__version__ = "0.3.2"

__all__ = []
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = True
tag = True

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

setup(
name="ml2p",
version="0.3.1",
version="0.3.2",
url="http://github.com/prodigyfinance/ml2p",
license="ISCL",
description=(
Expand Down

0 comments on commit 815f479

Please sign in to comment.