Skip to content

Commit

Permalink
s/0.2a.0/0.2a0/
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t committed Oct 29, 2019
1 parent b4cfc3a commit d0e9f84
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions examples/opentelemetry-example-app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="opentelemetry-example-app",
version="0.2a.0",
version="0.2a0",
author="OpenTelemetry Authors",
author_email="cncf-opentelemetry-contributors@lists.cncf.io",
classifiers=[
Expand All @@ -35,10 +35,10 @@
long_description=open("README.rst").read(),
install_requires=[
"typing; python_version<'3.5'",
"opentelemetry-api>=0.2a.0",
"opentelemetry-sdk>=0.2a.0",
"opentelemetry-ext-http-requests>=0.2a.0",
"opentelemetry-ext-wsgi>=0.2a.0",
"opentelemetry-api>=0.2a0",
"opentelemetry-sdk>=0.2a0",
"opentelemetry-ext-http-requests>=0.2a0",
"opentelemetry-ext-wsgi>=0.2a0",
"flask",
"requests",
],
Expand Down
4 changes: 2 additions & 2 deletions ext/opentelemetry-ext-azure-monitor/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api >= 0.2a.0
opentelemetry-sdk >= 0.2a.0
opentelemetry-api >= 0.2a0
opentelemetry-sdk >= 0.2a0

[options.packages.find]
where = src
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2a.0"
__version__ = "0.2a0"
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-http-requests/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api >= 0.2a.0
opentelemetry-api >= 0.2a0
requests ~= 2.0

[options.packages.find]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2a.0"
__version__ = "0.2a0"
4 changes: 2 additions & 2 deletions ext/opentelemetry-ext-jaeger/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ package_dir=
packages=find_namespace:
install_requires =
thrift >= 0.10.0
opentelemetry-api >= 0.2a.0
opentelemetry-sdk >= 0.2a.0
opentelemetry-api >= 0.2a0
opentelemetry-sdk >= 0.2a0

[options.packages.find]
where = src
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2a.0"
__version__ = "0.2a0"
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-opentracing-shim/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ package_dir=
packages=find_namespace:
install_requires =
opentracing
opentelemetry-api >= 0.2a.0
opentelemetry-api >= 0.2a0

[options.packages.find]
where = src
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2a.0"
__version__ = "0.2a0"
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-wsgi/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api >= 0.2a.0
opentelemetry-api >= 0.2a0

[options.packages.find]
where = src
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2a.0"
__version__ = "0.2a0"
2 changes: 1 addition & 1 deletion opentelemetry-api/src/opentelemetry/util/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2a.0"
__version__ = "0.2a0"
2 changes: 1 addition & 1 deletion opentelemetry-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
description="OpenTelemetry Python SDK",
include_package_data=True,
long_description=open("README.rst").read(),
install_requires=["opentelemetry-api==0.2a.0"],
install_requires=["opentelemetry-api==0.2a0"],
extras_require={},
license="Apache-2.0",
package_dir={"": "src"},
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/opentelemetry/sdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2a.0"
__version__ = "0.2a0"

0 comments on commit d0e9f84

Please sign in to comment.