Skip to content

Commit a8943fe

Browse files
committed
Bump version: 0.1.1-dev → 0.1.1
1 parent 2e7cbdc commit a8943fe

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

copulas/__init__.py

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

55
__author__ = 'MIT Data To AI Lab'
66
__email__ = 'dailabmit@gmail.com',
7-
__version__ = '0.1.1-dev'
7+
__version__ = '0.1.1'
88

99
import numpy as np
1010

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[bumpversion]
2-
current_version = 0.1.1-dev
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}-{release}
88
{major}.{minor}.{patch}
99

1010
[bumpversion:part:release]
1111
optional_value = release
12-
values =
12+
values =
1313
dev
1414
release
1515

@@ -42,3 +42,4 @@ test = pytest
4242

4343
[tool:pytest]
4444
collect_ignore = ['setup.py']
45+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
test_suite='tests',
8181
tests_require=tests_require,
8282
url='https://github.com/DAI-Lab/Copulas',
83-
version='0.1.1-dev',
83+
version='0.1.1',
8484
zip_safe=False,
8585
)

0 commit comments

Comments
 (0)