Skip to content

Commit ec2e9e3

Browse files
committed
update version
1 parent 07213af commit ec2e9e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = u'0.0.1'
60+
version = u'0.1'
6161
# The full version, including alpha/beta/rc tags.
62-
release = u'0.0.1'
62+
release = u'0.1'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

project/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
__author__ = "Alberto Vara"
1818
__email__ = "[email protected]"
19-
__version__ = "0.0.1"
19+
__version__ = "0.1"
2020

2121
logger = logging.getLogger('jaeger_tracing')
2222
logger.setLevel(logging.DEBUG)

0 commit comments

Comments
 (0)