Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Apr 6, 2023
1 parent cd288b2 commit 37185cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transports",
"version": "0.1.0",
"version": "0.1.1",
"description": "Generic communication library",
"repository": "git@github.com:timkpaine/transports.git",
"author": "Tim Paine <t.paine154@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "maturin"
name = "transports"
authors = [{name = "Tim Paine", email = "t.paine154@gmail.com"}]
description="Generic communication library"
version = "0.1.0"
version = "0.1.1"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion python/transports/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)


__version__ = "0.1.0"
__version__ = "0.1.1"


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transports"
version = "0.1.0"
version = "0.1.1"
authors = ["timkpaine <t.paine154@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 37185cc

Please sign in to comment.