Skip to content

Commit

Permalink
Fix update for october
Browse files Browse the repository at this point in the history
  • Loading branch information
jolespin committed Nov 5, 2019
1 parent 0182e83 commit 803b5f4
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
recursive-include examples *
recursive-include soothsayer/io/data_type/ *.py
recursive-include soothsayer/feature_extraction/algorithms/ *.py
recursive-include soothsayer/r_wrappers/packages/ *.py
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_________________________________

#### Current Version:
*v2019.09*
*v2019.11*

#### Citation:
*Espinoza, *Dupont et al. 2019 (In Review)
Expand Down
Empty file modified bin/Icon
100644 → 100755
Empty file.
Binary file modified install/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "soothsayer" %}
{% set version = "2019.09" %}
{% set version = "2019.10" %}

package:
name: {{ name|lower }}
Expand Down
4 changes: 2 additions & 2 deletions soothsayer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
# Version
# =======
import datetime
__version__= "2019.10"
__version__= "2019.11"
#datetime.datetime.utcnow().strftime("%Y.%m")
__version_specific__ = "2019.10.31" #datetime.datetime.utcnow().strftime("%Y.%m.%d")
__version_specific__ = "2019.11.05" #datetime.datetime.utcnow().strftime("%Y.%m.%d")
__author__ = "Josh L. Espinoza"
__email__ = "[email protected], [email protected]"
__url__ = "https://github.com/jolespin/soothsayer"
Expand Down
Empty file modified standalone/Icon
100644 → 100755
Empty file.

0 comments on commit 803b5f4

Please sign in to comment.