Skip to content

Commit

Permalink
experi 0.3.4
Browse files Browse the repository at this point in the history
*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
malramsay64 committed Nov 7, 2019
1 parent 1f501e3 commit 31bbf27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.3
current_version = 0.3.4
commit = False
tag = False
files = src/experi/version.py conda-recipe/meta.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/experi/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#
# Distributed under terms of the MIT license.

__version__ = "0.3.3"
__version__ = "0.3.4"

0 comments on commit 31bbf27

Please sign in to comment.