mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
chore: bump versions to make new releases
This commit is contained in:
parent
4c313bf862
commit
ebdcc98113
2 changed files with 2 additions and 2 deletions
2
dist/js/publish/package.json
vendored
2
dist/js/publish/package.json
vendored
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@codemp/native",
|
"name": "@codemp/native",
|
||||||
"version": "0.0.8",
|
"version": "0.0.9",
|
||||||
"description": "code multiplexer -- javascript bindings",
|
"description": "code multiplexer -- javascript bindings",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"codemp",
|
"codemp",
|
||||||
|
|
2
dist/py/pyproject.toml
vendored
2
dist/py/pyproject.toml
vendored
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "codemp"
|
name = "codemp"
|
||||||
version = "0.0.6"
|
version = "0.0.7"
|
||||||
description = "code multiplexer"
|
description = "code multiplexer"
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.8"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|
Loading…
Reference in a new issue