Skip to content

Commit

Permalink
Bump version: 0.1.1-dev → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csala committed Apr 2, 2019
1 parent c59a741 commit a919cbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sdv/__init__.py
Expand Up @@ -6,7 +6,7 @@

__author__ = """MIT Data To AI Lab"""
__email__ = 'dailabmit@gmail.com'
__version__ = '0.1.1-dev'
__version__ = '0.1.1'

import logging

Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
@@ -1,15 +1,15 @@
[bumpversion]
current_version = 0.1.1-dev
current_version = 0.1.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = release
values =
values =
dev
release

Expand Down Expand Up @@ -42,3 +42,4 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -94,6 +94,6 @@
test_suite='tests',
tests_require=tests_require,
url='https://github.com/HDI-Project/sdv',
version='0.1.1-dev',
version='0.1.1',
zip_safe=False,
)

0 comments on commit a919cbf

Please sign in to comment.