Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
papamarkou committed Oct 13, 2022
1 parent 2c991ee commit b03b20c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/setup/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "eeyore" %}
{% set version = "0.0.19" %}
{% set version = "0.0.20" %}

package:
name: "{{ name|lower }}"
Expand All @@ -19,7 +19,7 @@ requirements:
- pip
- python >=3.6
run:
- kanga >=0.0.19
- kanga >=0.0.20
- numpy >=1.19.2
- python >=3.6
- pytorch-cpu >=1.9.0
Expand Down
2 changes: 1 addition & 1 deletion eeyore/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.19'
__version__ = '0.0.20'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.19.2
torch>=1.9.0
kanga>=0.0.19
kanga>=0.0.20
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'posterior predictive distribution'
],
python_requires='>=3.6',
install_requires=['numpy>=1.19.2', 'torch>=1.9.0', 'kanga>=0.0.19'],
install_requires=['numpy>=1.19.2', 'torch>=1.9.0', 'kanga>=0.0.20'],
package_data={'eeyore': ['data/*/x.csv', 'data/*/y.csv', 'data/*/readme.md']},
include_package_data=True,
zip_safe=False
Expand Down

0 comments on commit b03b20c

Please sign in to comment.