Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
birdsarah committed Apr 26, 2019
1 parent f67c034 commit 602ea72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dye_score/__init__.py
Expand Up @@ -4,6 +4,6 @@

__author__ = """Sarah Bird"""
__email__ = 'fx-data-dev@mozilla.org'
__version__ = '0.1.0'
__version__ = '0.2.0'

__all__ = ['DyeScore']
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

Expand All @@ -18,9 +18,9 @@ universal = 1
exclude = docs

[aliases]
# Define setup.py command aliases here
test = pytest

[tool:pytest]
collect_ignore = ['setup.py']
addopts = --disable-warnings

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,6 +44,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/mozilla/dye-score',
version='0.1.0',
version='0.2.0',
zip_safe=False,
)

0 comments on commit 602ea72

Please sign in to comment.