Skip to content

Commit

Permalink
"0.2.4" Optimization and bugfix ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
Warrfie committed Nov 23, 2023
1 parent 50b9900 commit b254d23
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Empty file added combidata/funcs/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ hide:
- navigation
---

# Release Notes: Version 0.2.3
# Release Notes: Version 0.2.4

## Enhancements:
1. **Multidimensional Graph Overhaul:** The multidimensional graph has been reworked for improved performance and efficiency.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ keywords = [
urls = {Homepage = "https://github.com/Warrfie/combidata"}
authors = [{name = "MaximKuklikov(Warrfie)", email = "[email protected]"}]
requires-python = ">=3.10"
version="0.2.3"
version="0.2.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="combidata",
version="0.2.3",
version="0.2.4",
description="Package for random data generation and combination different cases",
long_description=open('README.md').read(),
url="https://warrfie.github.io/combidata",
Expand Down

0 comments on commit b254d23

Please sign in to comment.