This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from OpShin/bump/0.12.4
Merge 0.12.4
- Loading branch information
Showing
18 changed files
with
388 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -213,7 +213,7 @@ <h3 id="debugging-artefacts">Debugging artefacts</h3> | |
<h3 id="sponsoring">Sponsoring</h3> | ||
<p>You can sponsor the development of hebi through GitHub or <a href="https://alpha.teiki.network/projects/opshin">Teiki</a> or just by sending ADA. Drop me a message on social media and let me know what it is for.</p> | ||
<ul> | ||
<li><strong><a href="https://alpha.teiki.network/projects/opshin">Teiki</a></strong> Stake your ada to support OpShin at <a href="https://alpha.teiki.network/projects/opshin">Teiki</a></li> | ||
<li><strong><a href="https://beta.kreate.community/projects/opshin">Kreate</a></strong> Stake your ada to support OpShin at <a href="https://beta.kreate.community/projects/opshin">Kreate</a></li> | ||
<li><strong>GitHub</strong> Sponsor the developers of this project through the button "Sponsor" next to them</li> | ||
<li><strong>ADA</strong> Donation in ADA can be submitted to <code>$opshin</code> or <code>addr1qyz3vgd5xxevjy2rvqevz9n7n7dney8n6hqggp23479fm6vwpj9clsvsf85cd4xc59zjztr5zwpummwckmzr2myjwjns74lhmr</code>.</li> | ||
</ul> | ||
|
@@ -241,18 +241,18 @@ <h3 id="supporters">Supporters</h3> | |
|
||
import warnings | ||
|
||
try: | ||
from .compiler import * | ||
from .builder import * | ||
except ImportError as e: | ||
warnings.warn(ImportWarning(e)) | ||
|
||
__version__ = "0.1.1.0.12.3" | ||
__version__ = "0.1.1.0.12.4" | ||
__author__ = "nielstron" | ||
__author_email__ = "[email protected]" | ||
__copyright__ = "Copyright (C) 2023 nielstron" | ||
__license__ = "MIT" | ||
__url__ = "https://github.com/imperatorlang/hebi"</code></pre> | ||
__url__ = "https://github.com/imperatorlang/hebi" | ||
|
||
try: | ||
from .compiler import * | ||
from .builder import * | ||
except ImportError as e: | ||
warnings.warn(ImportWarning(e))</code></pre> | ||
</details> | ||
</section> | ||
<section> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.