Skip to content

Commit fe618b7

Browse files
committed
Push to version 0.5.1
1 parent cfd4acf commit fe618b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/update-datasets.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
push:
88
paths:
99
- agml/_assets/public_datasources.json
10+
branches:
11+
- dev
1012

1113
permissions: write-all
1214

agml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.5.0'
15+
__version__ = '0.5.1'
1616
__all__ = ['data', 'synthetic', 'backend', 'viz', 'io']
1717

1818

0 commit comments

Comments
 (0)