Bump version: 0.8.0 → 0.9.0
This commit is contained in:
Родитель
e644c5f9ec
Коммит
c1cfba09ce
|
@ -8,4 +8,4 @@
|
|||
|
||||
__author__ = """Michael Droettboom"""
|
||||
__email__ = 'mdroettboom@mozilla.com'
|
||||
__version__ = '0.8.0'
|
||||
__version__ = '0.9.0'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.8.0
|
||||
current_version = 0.9.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -67,6 +67,6 @@ setup(
|
|||
test_suite='tests',
|
||||
tests_require=test_requirements,
|
||||
url='https://github.com/mozilla/glean_parser',
|
||||
version='0.8.0',
|
||||
version='0.9.0',
|
||||
zip_safe=False,
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче