Skip to content

Commit

Permalink
chore: bump dev version (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex authored and codeboten committed Oct 23, 2020
1 parent 01f42e0 commit b090a6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-prometheus/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 =
prometheus_client >= 0.5.0, < 1.0.0
opentelemetry-api == 0.13b0
opentelemetry-sdk == 0.13b0
opentelemetry-api == 0.14.dev0
opentelemetry-sdk == 0.14.dev0

[options.packages.find]
where = src
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.13b0"
__version__ = "0.14.dev0"

0 comments on commit b090a6b

Please sign in to comment.