Skip to content

Commit 045af4f

Browse files
committed
make release-tag: Merge branch 'master' into stable
2 parents a55b843 + be69202 commit 045af4f

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

3+
## 0.3.5 - 2023-04-14
4+
5+
### General Imporvements
6+
7+
* Update `mlblocks` cap - [Issue #278](https://github.com/MLBazaar/MLPrimitives/issues/278) by @sarahmish
8+
39
## 0.3.4 - 2023-01-24
410

511
### General Imporvements

mlprimitives/__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__ = '[email protected]'
7-
__version__ = '0.3.4'
7+
__version__ = '0.3.5.dev0'
88

99
import os
1010

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.4
2+
current_version = 0.3.5.dev0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'iso639>=0.1.4,<0.2',
1818
'langdetect>=1.0.7,<2',
1919
'lightfm>=1.15,<2',
20-
'mlblocks>=0.4.0.dev0,<0.6',
20+
'mlblocks>=0.4.0.dev0,<0.7',
2121
'networkx>=2.0,<3',
2222
'nltk>=3.3,<4',
2323
'numpy<1.21.0,>=1.16.0',
@@ -122,6 +122,6 @@
122122
test_suite='tests',
123123
tests_require=tests_require,
124124
url='https://github.com/MLBazaar/MLPrimitives',
125-
version='0.3.4',
125+
version='0.3.5.dev0',
126126
zip_safe=False,
127127
)

0 commit comments

Comments
 (0)