Skip to content

Commit 31bbf27

Browse files
committed
experi 0.3.4
*fix: Create log directory if it doesn't already exist *chore(deps): Specifically add attrs dependency *chore(deps): Specify dev dependencies exactly *chore(style): Reformat using black *chore(deps): Update black to 19.10b0 *Bump pylint from 2.3.1 to 2.4.3 *chore(env): Remove pipfile and Pipfile.lock *chore(deps): Allow range of versions for hypothesis *fix: Print command to terminal in bash scheduler *fix: Flush printing of command *test: Update test of experi's output
1 parent 1f501e3 commit 31bbf27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.3.3" %}
1+
{% set version = "0.3.4" %}
22

33
package:
44
name: experi

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.3
2+
current_version = 0.3.4
33
commit = False
44
tag = False
55
files = src/experi/version.py conda-recipe/meta.yaml

src/experi/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
#
77
# Distributed under terms of the MIT license.
88

9-
__version__ = "0.3.3"
9+
__version__ = "0.3.4"

0 commit comments

Comments
 (0)