Skip to content

Commit 3b63c0e

Browse files
committed
Release 0.1.0b1 version
1 parent 451fb2f commit 3b63c0e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Publish to PyPI
33
on:
44
push:
55
tags:
6-
# Semver versioning pattern
7-
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
- *
87

98
jobs:
109
build-and-publish:

tempmail/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Official Temp Mail API (https://temp-mail.io) Wrapper for Python.
33
"""
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.1.0b1"
66

77
from .client import TempMailClient
88
from .models import (

0 commit comments

Comments
 (0)