Skip to content

Commit

Permalink
bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunzh committed Apr 22, 2019
1 parent 3ec5479 commit 6e9ae0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Expand Up @@ -11,7 +11,6 @@ repos:
- id: check-merge-conflict
- id: check-symlinks
- id: check-xml
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: mixed-line-ending
Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yews" %}
{% set version = "0.0.3" %}
{% set version = "0.0.4" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -37,4 +37,4 @@ about:

extra:
recipe-maintainers:
- lijunzh
- lijunzh
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -3,7 +3,7 @@
[metadata]
# package basics
name = yews
version = 0.0.3
version = 0.0.4
description = Deep Learning toolbox for seismic waveform processing.
long_description = file: README.rst
long_description_content_type = test/x-rst
Expand Down

0 comments on commit 6e9ae0f

Please sign in to comment.