Skip to content

Commit

Permalink
Merge pull request #72 from globality-corp/release/2.13.2
Browse files Browse the repository at this point in the history
Release/2.13.2
  • Loading branch information
albsadowski authored Jan 3, 2020
2 parents 112ca32 + 934a28b commit 8123d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.13.1
current_version = 2.13.2
commit = False
tag = False

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


project = "microcosm"
version = "2.13.1"
version = "2.13.2"

setup(
name=project,
Expand All @@ -25,6 +25,7 @@
"jaeger-client>=4.1.0",
"lazy>=1.3",
"opentracing-instrumentation>=3.2.0",
"tornado<6",
],
setup_requires=[
"nose>=1.3.6",
Expand Down

0 comments on commit 8123d8a

Please sign in to comment.