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
scnerd committed Nov 21, 2023
1 parent 3f48e15 commit 08a6482
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = True

Expand Down
2 changes: 1 addition & 1 deletion apinator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Library for building type-checked bindings to external REST APIs"""

__version__ = "0.1.0"
__version__ = "0.1.1"

from .api import ApiBase, JsonApiBase
from .endpoint import DeclarativeEndpoint, EndpointAction, EndpointGroup
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "APInator"
copyright = "2023, Rearc Data"
author = "Rearc Data"
release = "0.1.0"
release = "0.1.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 0.1.0
version = 0.1.1
name = apinator
description = Tooling to build consistent, self-validating bindings to external API's
author = Rearc Data
Expand Down

0 comments on commit 08a6482

Please sign in to comment.