Skip to content

Commit f84b779

Browse files
committed
Bump version to 0.2.1
1 parent 36ac716 commit f84b779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beamz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@
162162
__all__ = list(_exports.keys())
163163

164164
# Version information
165-
__version__ = "0.2.0"
165+
__version__ = "0.2.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "beamz"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
dynamic = []
99
authors = [
1010
{ name = "Quentin Wach", email = "quentin.wach+beamz@gmail.com" },

0 commit comments

Comments
 (0)