Skip to content

Commit

Permalink
Develop version: Version changed to 0.9.4 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Apr 2, 2024
1 parent 83b62de commit 1088a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# --------------------------------------------

# -- Developer: Change this number when releasing a new version
VERSION = (0, 9, 3)
VERSION = (0, 9, 4)

# -- Get the version as a string. Ex: "0.10.1"
__version__ = ".".join([str(s) for s in VERSION])
Expand Down
2 changes: 1 addition & 1 deletion apio/resources/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"uncompressed_name": "",
"package_name": "tools-oss-cad-suite",
"extension": "tar.gz",
"url_version": "https://github.com/FPGAwars/tools-oss-cad-suite/raw/main/VERSION"
"url_version": "https://github.com/FPGAwars/tools-oss-cad-suite/raw/main/VERSION_DEV"
},
"description": "YosysHQ/oss-cad-suite"
},
Expand Down

0 comments on commit 1088a78

Please sign in to comment.