-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*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
- Loading branch information
1 parent
1f501e3
commit 31bbf27
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% set version = "0.3.3" %} | ||
{% set version = "0.3.4" %} | ||
|
||
package: | ||
name: experi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
# | ||
# Distributed under terms of the MIT license. | ||
|
||
__version__ = "0.3.3" | ||
__version__ = "0.3.4" |