Skip to content

Commit 20f1ea3

Browse files
author
semantic-release
committed
0.0.0
Automatically generated by python-semantic-release
1 parent 6b4e257 commit 20f1ea3

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
# Changelog
1+
# CHANGELOG
22

3-
All notable changes to this project will be documented in this file.
43

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
8-
<!-- version list -->
9-
10-
## [Unreleased]
11-
12-
### Added
13-
- Implementation of SMPP v3.4 specification
4+
## v0.0.0 (2025-06-21)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "smppai"
3-
version = "0.0.1"
3+
version = "0.0.0"
44
description = "Async SMPP (Short Message Peer-to-Peer) Protocol v3.4 Implementation"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)