Skip to content

Commit

Permalink
Version bump for 0.4a0 release (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t committed Feb 21, 2020
1 parent 8e79c3f commit b2b0bbe
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 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.4.dev0",
version="0.4a0",
author="OpenTelemetry Authors",
author_email="cncf-opentelemetry-contributors@lists.cncf.io",
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-dbapi/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.4.dev0
opentelemetry-api >= 0.4a0
wrapt >= 1.0.0, < 2.0.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.4.dev0"
__version__ = "0.4a0"
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.4.dev0"
__version__ = "0.4a0"
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.4.dev0
opentelemetry-api >= 0.4a0
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.4.dev0"
__version__ = "0.4a0"
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.4.dev0"
__version__ = "0.4a0"
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-mysql/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.4.dev0
opentelemetry-api >= 0.4a0
mysql-connector-python ~= 8.0
wrapt >= 1.0.0, < 2.0.0

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.4.dev0"
__version__ = "0.4a0"
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.4.dev0"
__version__ = "0.4a0"
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.4.dev0"
__version__ = "0.4a0"
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-psycopg2/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.4.dev0
opentelemetry-api >= 0.4a0
psycopg2-binary >= 2.7.3.1
wrapt >= 1.0.0, < 2.0.0

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.4.dev0"
__version__ = "0.4a0"
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-pymongo/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.4.dev0
opentelemetry-api >= 0.4a0
pymongo ~= 3.1

[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.4.dev0"
__version__ = "0.4a0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.dev0"
__version__ = "0.4a0"
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.4.dev0"
__version__ = "0.4a0"
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.3.dev0"
__version__ = "0.4a0"
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.4.dev0"
__version__ = "0.4a0"
2 changes: 1 addition & 1 deletion opentelemetry-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
include_package_data=True,
long_description=open("README.rst").read(),
long_description_content_type="text/x-rst",
install_requires=["opentelemetry-api==0.4.dev0"],
install_requires=["opentelemetry-api==0.4a0"],
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.4.dev0"
__version__ = "0.4a0"

0 comments on commit b2b0bbe

Please sign in to comment.