We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451fb2f commit 3b63c0eCopy full SHA for 3b63c0e
.github/workflows/publish.yml
@@ -3,8 +3,7 @@ name: Publish to PyPI
3
on:
4
push:
5
tags:
6
- # Semver versioning pattern
7
- - 'v[0-9]+.[0-9]+.[0-9]+'
+ - *
8
9
jobs:
10
build-and-publish:
tempmail/__init__.py
@@ -2,7 +2,7 @@
2
Official Temp Mail API (https://temp-mail.io) Wrapper for Python.
"""
-__version__ = "0.1.0"
+__version__ = "0.1.0b1"
from .client import TempMailClient
from .models import (
0 commit comments