Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed Sep 9, 2023
1 parent 5cdffe5 commit a80bb42
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- run: |
mk python-release owner=vkottler \
repo=conntextual version=0.1.0
repo=conntextual version=0.2.0
if: |
matrix.python-version == '3.11'
&& matrix.system == 'ubuntu-latest'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
=====================================
generator=datazen
version=3.1.3
hash=d5bc869f12c72dedd5ff94f668525650
hash=6aa1e964632a863627c2ce0675f874a7
=====================================
-->

# conntextual ([0.1.0](https://pypi.org/project/conntextual/))
# conntextual ([0.2.0](https://pypi.org/project/conntextual/))

[![python](https://img.shields.io/pypi/pyversions/conntextual.svg)](https://pypi.org/project/conntextual/)
![Build Status](https://github.com/vkottler/conntextual/workflows/Python%20Package/badge.svg)
Expand Down
4 changes: 2 additions & 2 deletions conntextual/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# =====================================
# generator=datazen
# version=3.1.3
# hash=bb40c4afef5bd2993080556ac05dcc40
# hash=fa0853993f4479a20c787b968976d3d5
# =====================================

"""
Expand All @@ -10,4 +10,4 @@

DESCRIPTION = "A network-application TUI using textual."
PKG_NAME = "conntextual"
VERSION = "0.1.0"
VERSION = "0.2.0"
2 changes: 1 addition & 1 deletion conntextual/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
runtimepy
runtimepy>=2.6.3
textual
2 changes: 1 addition & 1 deletion local/configs/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ entry: {{entry}}
no_logging_init: true

requirements:
- runtimepy
- runtimepy>=2.6.3
- textual

dev_requirements:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"

[project]
name = "conntextual"
version = "0.1.0"
version = "0.2.0"
description = "A network-application TUI using textual."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit a80bb42

Please sign in to comment.