Skip to content

Commit

Permalink
3.2.1 - Add rt1176 SVD's
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed Jul 3, 2024
1 parent c369e0d commit 591dc8e
Show file tree
Hide file tree
Showing 7 changed files with 1,160,426 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- run: |
mk python-release owner=vkottler \
repo=ifgen version=3.2.0
repo=ifgen version=3.2.1
if: |
matrix.python-version == '3.11'
&& matrix.system == 'ubuntu-latest'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
=====================================
generator=datazen
version=3.1.4
hash=d2c1e9d24480cbe7d72337b49a9dc366
hash=c432187b0744b91a3bf18c6fc28df5eb
=====================================
-->

# ifgen ([3.2.0](https://pypi.org/project/ifgen/))
# ifgen ([3.2.1](https://pypi.org/project/ifgen/))

[![python](https://img.shields.io/pypi/pyversions/ifgen.svg)](https://pypi.org/project/ifgen/)
![Build Status](https://github.com/vkottler/ifgen/workflows/Python%20Package/badge.svg)
Expand Down Expand Up @@ -45,7 +45,7 @@ This package is tested on the following platforms:
# Command-line Options

```
$ ./venv3.11/bin/ig -h
$ ./venv3.12/bin/ig -h
usage: ig [-h] [--version] [-v] [-q] [--curses] [--no-uvloop] [-C DIR]
{gen,svd,noop} ...
Expand Down
4 changes: 2 additions & 2 deletions ifgen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# =====================================
# generator=datazen
# version=3.1.4
# hash=7e93d7f1d0e747a4ad065db36864eb77
# hash=302dd11b12a573508cf3316546a384ef
# =====================================

"""
Expand All @@ -10,4 +10,4 @@

DESCRIPTION = "An interface generator for distributed computing."
PKG_NAME = "ifgen"
VERSION = "3.2.0"
VERSION = "3.2.1"
Loading

0 comments on commit 591dc8e

Please sign in to comment.