Skip to content

Commit d0feaf8

Browse files
Update Basic_Maths.
1 parent c9a79d5 commit d0feaf8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Basic_Maths/Lib/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
A Copy of This Software is published on GitHub To view: https://github.com/LinuxUsersLinuxMint/Basic_Maths"""
77

88
from math import *
9-
import pyappdevkit
9+
from pyappdevkit import *
1010
from Basic_Maths.lib_ver_info import *
1111
from Basic_Maths.library_func import *

Basic_Maths/lib_ver_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
PYTHON_LIB_LICENCE="GPL2"
1010
PYTHON_LIB_IMPLEMENTED_CONTRACTS="LinuxUsersLinuxMint Privacy and Security Agreement , LinuxUsersLinuxMint Web Site Agreement"
1111
PYTHON_LIB_IMPLEMENTED_CONTRACTS_WEB_SITE="https://linuxuserslinuxmint.github.io/Contracts/privacyandsecutryagreement/privacyandsecutryagreement.html , https://linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintwebsiteagreement/linuxuserslinuxmintwebsiteagreement.html"
12-
PYTHON_LIB_VER="6.5"
12+
PYTHON_LIB_VER="6.7"
1313
PYTHON_LIB_SUPPORT_PLATFORM="Windows/Linux/macOS/otherOS"
1414
PYTHON_LIB_RELEASE_DATE="9/30/2023, Time: 14:49 / 2:49 PM"
15-
PYTHON_LIB_LAST_UPDATE_DATE="8/16/2025, Time: 00:24 / 12:24 AM"
15+
PYTHON_LIB_LAST_UPDATE_DATE="8/16/2025, Time: 16:42 / 4:42 PM"
1616
PYTHON_LIB_AUTHOR="LinuxUsersLinuxMint"
1717
PYTHON_LIB_AUTHOR_WEB_SITE="https://linuxuserslinuxmint.github.io"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
**Basic_Maths** is a lightweight, minimal, and easy-to-use Python library designed for performing basic mathematical operations quickly and simply, without unnecessary complexity.
99
> 📅 Release date: **October 3, 2023**
1010
> 📦 Initial release: **Basic_Maths 1.2**
11-
> 📦 Current version: **Basic_Maths 6.5**
12-
> 📦 Next release: **Basic_Maths 6.7**
11+
> 📦 Current version: **Basic_Maths 6.7**
12+
> 📦 Next release: **Basic_Maths 7.0**
1313
> ⏳ Next release status: **It's not under development...**
1414
> 🛠️ Next release type: **Uncertain**
1515

pyproject.toml

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

55
[project]
66
name = "basic_maths"
7-
version = "6.5"
7+
version = "6.7"
88
description = "Basic_Maths is a lightweight, minimal, and easy-to-use Python library designed for performing basic mathematical operations quickly and simply, without unnecessary complexity."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)