Skip to content

Commit

Permalink
Version bumped to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 22, 2024
1 parent 56ac631 commit 5a8ae1c
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, 1)
VERSION = (0, 9, 0)

# -- Get the version as a string. Ex: "0.9.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_DEV"
"url_version": "https://github.com/FPGAwars/tools-oss-cad-suite/raw/main/VERSION"
},
"description": "YosysHQ/oss-cad-suite"
},
Expand Down

0 comments on commit 5a8ae1c

Please sign in to comment.