Skip to content

Commit 47fc3d3

Browse files
committed
Bump version to 3.2.1
1 parent 8931400 commit 47fc3d3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pycleora"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
edition = "2018"
55
license-file = "LICENSE"
66
readme = "README.md"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ classifiers = [
1010
"Programming Language :: Python :: Implementation :: CPython",
1111
"Programming Language :: Python :: Implementation :: PyPy",
1212
]
13-
version = "3.2.0"
13+
version = "3.2.1"
1414
description = "Fast CPU-only graph embedding library with Rust core. Supports Cleora, DeepWalk, Node2Vec, ProNE, MLP, and more."
1515
readme = { file = "README.md", content-type = "text/markdown" }
1616
authors = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="pycleora",
11-
version="3.0.0",
11+
version="3.2.1",
1212
description="Fast CPU-only graph embedding library with Rust core",
1313
long_description=open("README.md").read() if __import__("os").path.exists("README.md") else "",
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)