We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4e257 commit 20f1ea3Copy full SHA for 20f1ea3
CHANGELOG.md
@@ -1,13 +1,4 @@
1
-# Changelog
+# CHANGELOG
2
3
-All notable changes to this project will be documented in this file.
4
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
+## v0.0.0 (2025-06-21)
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "smppai"
-version = "0.0.1"
+version = "0.0.0"
description = "Async SMPP (Short Message Peer-to-Peer) Protocol v3.4 Implementation"
readme = "README.md"
requires-python = ">=3.13"
0 commit comments