Skip to content

Commit

Permalink
Bump to 0.0.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Oct 1, 2024
1 parent 023b717 commit c224022
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Topic-based subscription extension for python aiohttp web applications

## Install

Install `fhir-tbs-py[r4b]` or `fhir-tbs-py[r5]` using poetry/pipenv/pip.
Install `fhir-tbs[r4b]` or `fhir-tbs[r5]` using poetry/pipenv/pip.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion fhir_tbs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .types import FilterBy, SubscriptionDefinition

__title__ = "fhir-tbs-py"
__version__ = "0.0.1b0"
__version__ = "0.0.1b1"
__author__ = "beda.software"
__license__ = "MIT"
__copyright__ = "Copyright 2024 beda.software"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "fhir-tbs-py"
name = "fhir-tbs"
description = "Topic-Based Subscription context for python aiohttp web applications"
readme = "README.md"
license = { file = "LICENSE.md" }
Expand Down

0 comments on commit c224022

Please sign in to comment.