Skip to content

Commit

Permalink
Publish 5.5.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

oct2py-5.5.1-py2.py3-none-any.whl: aabdadf155f504cf61a23fd9da449d2d3911cb4f68727d27107a873086df4cd7

oct2py-5.5.1.tar.gz: 0f2d963a3efe0bb5b7f8ccd04d0213b084a7fbe3f0e02c1a9fac3574a37e0897
  • Loading branch information
github-actions[bot] committed Mar 30, 2022
1 parent abc7c1a commit 537304f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oct2py/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'serial'
])

version_info = VersionInfo(5, 5, 0, "final", 0)
version_info = VersionInfo(5, 5, 1, "final", 0)

__version__ = '{}.{}.{}'.format(
version_info.major,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before-build-python = ["sudo apt-get update", "sudo apt-get install -qq octave o
before-check-links = ["sudo apt-get update", "sudo apt-get install -qq octave octave-signal liboctave-dev"]

[tool.tbump.version]
current = "5.5.0"
current = "5.5.1"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<micro>\d+)(?P<releaselevel>[a-z]+)?(?P<serial>\d+)?
'''
Expand Down

0 comments on commit 537304f

Please sign in to comment.