diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0191d65..a0b2189 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,3 +1,3 @@ [bumpversion] tag_name = rc/v{new_version} -current_version = 0.0.12 +current_version = 0.0.13 diff --git a/setup.cfg b/setup.cfg index 7c83a26..5011c7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = edgepi-rpc-client -version = 0.0.12 +version = 0.0.13 author = Josiah Kievit, Isaac James author_email = jkievit@osensa.com, ijames@osensa.com description = Client for EdgePi RPC Server