Skip to content

Release v0.4.1

Choose a tag to compare

@github-actions github-actions released this 06 Sep 23:25
· 18 commits to main since this release

What's Changed

🐛 Bug Fixes

  • fix: resolve cargo tool installation conflicts in Code Quality workflow (7ed4e70)

📦 Installation

pip install demopy_gb_jj==0.4.1

🚀 Usage

import demopy
print(demopy.hello())  # Hello from demopy_gb_jj!
print(demopy.add(5, 7))  # 12