Skip to content

Commit

Permalink
Revert "chore: bump dev version (#1131)"
Browse files Browse the repository at this point in the history
This reverts commit 91ce098.
  • Loading branch information
codeboten committed Oct 23, 2020
1 parent 8a32589 commit 21033d3
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-zipkin/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 =
requests ~= 2.7
opentelemetry-api == 0.14.dev0
opentelemetry-sdk == 0.14.dev0
opentelemetry-api == 0.13b0
opentelemetry-sdk == 0.13b0

[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.14.dev0"
__version__ = "0.13b0"

0 comments on commit 21033d3

Please sign in to comment.