Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = "3.2" # Do not change manually! Handled by github_increment_version.py
# The full version, including alpha/beta/rc tags
release = "3.2.0" # Do not change manually! Handled by github_increment_version.py
release = "3.2.1" # Do not change manually! Handled by github_increment_version.py


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
description="The Python implementation of the IPV8 library",
long_description=long_description,
long_description_content_type="text/markdown",
version="3.2.0", # Do not change manually! Handled by github_increment_version.py
version="3.2.1", # Do not change manually! Handled by github_increment_version.py
url="https://github.com/Tribler/py-ipv8",
package_data={"": ["*.*"]},
packages=find_packages(),
Expand Down
Loading