Skip to content

Commit 1c85132

Browse files
authored
fix version to match in PYPI (#30)
1 parent 2a3d0df commit 1c85132

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22

3-
# 1.3.1
3+
# 1.3.2
44
- Fixed header contamination in download file content-type
55

6+
## 1.3.1
7+
- Fix processrun.py
8+
69
# 1.3.0
710
- Updated version and usage of the filesplit package
811
- Updated README.md with information about scopes and the license

setup.py

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

66
setuptools.setup(
77
name="solvexia_sdk",
8-
version="1.3.1",
8+
version="1.3.2",
99
author="Solvexia Pty Ltd",
1010
author_email="support@solvexia.com",
1111
description="A development kit written in Python to access and work with Solvexia resources",

0 commit comments

Comments
 (0)