Skip to content

Commit

Permalink
🔖 Tag: Bump version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoleal20 committed Jul 19, 2024
1 parent 940b4e3 commit c755bf7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.2] - 18/07/2024

### Added:

- [Documentation]: Better style for the documentation page
- [Package Info]: Include new package information

### Fixed

- [Documentation]: Improve and fix some minor problems on the documentation

## [0.3.1] - 16/07/2024

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pymath_compute"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = "Tool to handle mathematical operations using Variables and Mathematical Expressions."
authors = ["ricardoleal20 <rick.leal420@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion docs/__info__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
create and evaluate mathematical expressions, and perform various mathematical
optimizations.
"""
VERSION = "0.2.0"
VERSION = "0.3.2"

# Add the URL
URL_GITHUB = "https://github.com/ricardoleal20/pymath_compute"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymath_compute"
version = "0.3.1"
version = "0.3.2"
description = "Tool to handle mathematical operations using Variables and Mathematical Expressions."
authors = ["ricardoleal20 <rick.leal420@gmail.com>"]
homepage = "https://pymath.ricardoleal20.dev"
Expand Down

0 comments on commit c755bf7

Please sign in to comment.