Skip to content

Commit

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

index.js: 2702d081ecfb7cb17b93e7cce68262b6e2b185630557594cbdfac896d38f8fda

index.js.LICENSE.txt: 92c5dd3a93d232008627a7989dd980511ed2361e630aedba8ce0ca25547227f2

index.js.map: 730e6e778ea400ec1faa40336d26021193dec7a92ce37e6b8cd11945be280504

ipyflex-0.2.6-py2.py3-none-any.whl: 3e6fa36842f101eea89dbec0317091eb6cdbbd1b75fb056f61ed574fa6c2788e

ipyflex-0.2.6.tar.gz: 312ffc1fd5e19a4222055ff2761c9896c415b3c91e9c5046b637b218c72e857b

ipyflex-0.2.6.tgz: bacdad9d4700ca3df141fcc9c52de911032e105a99e8c97c857edb3741b18567
  • Loading branch information
github-actions[bot] committed Nov 23, 2022
1 parent d1d73b2 commit 18500c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipyflex/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) Trung Le.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 2, 5, "", "")
version_info = (0, 2, 6, "", "")
post = ''
if len(version_info) > 3:
post = ''.join(version_info[3:])
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ skip-if-exists = ["ipyflex/labextension/static/style.js"]
ensured-targets = ["ipyflex/labextension/static/style.js"]

[tool.tbump.version]
current = "0.2.5"
current = "0.2.6"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit 18500c3

Please sign in to comment.