Skip to content

Commit

Permalink
chore: bump version to 0.0.6a0
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Feb 10, 2024
1 parent 520f9de commit f1002f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion donuts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Python binding to the Donuts wrapper for the Rings library."""

__version__ = "0.0.5"
__version__ = "0.0.6a0"

from .poly import Polynomial, gcd, lcm, product
from .rat import RationalFunction
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "donuts-python"
version = "0.0.5"
version = "0.0.6a0"
description = "Python binding to Donuts"
license = "MIT"
authors = ["Takahiro Ueda <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run(self) -> None:

setup(
name="donuts-python",
version="0.0.5",
version="0.0.6a0",
description="Python binding to Donuts",
long_description=readme(),
author="Takahiro Ueda",
Expand Down

0 comments on commit f1002f3

Please sign in to comment.