Skip to content

Commit

Permalink
Develop version: Version changed to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 23, 2024
1 parent 490a57e commit 7b37e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# --------------------------------------------

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

# -- Get the version as a string. Ex: "0.9.1"
# -- Get the version as a string. Ex: "0.10.1"
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "apio"
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 7b37e5e

Please sign in to comment.