-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix docstring typo * Fix format of output diagram (#38) * Fix format of output diagram Signed-off-by: Guillaume Tauzin <[email protected]> * Add auditwheel repair and twine check, remove tarball from CI (#40) * Wording tweaks in README, removal of gcc install step * Remove trailing whitespace * Create release notes for v0.2.1, bump version * Remove source distribution, use auditwheel repair on manylinux, add twine check * Update for v0.3.1 (#39) * Update for v0.3.1 Signed-off-by: Guillaume Tauzin <[email protected]> * Fix rst typos * Retroactively fix more rst typos in RELEASE.rst * Final round of typo fixes in RELEASE.rst * Fix issue with boldfacing in RELEASE.rst * Problematic spaces removes from RELEASE.rst * Retroactively fix problematic spaces in RELEASE.rst Co-authored-by: Umberto Lupo <[email protected]>
- Loading branch information
Showing
7 changed files
with
96 additions
and
49 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 |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
# 'X.Y.dev0' is the canonical version of 'X.Y.dev' | ||
# | ||
|
||
__version__ = '0.3.0' | ||
__version__ = '0.3.1' |
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
MAINTAINER_EMAIL = '[email protected]' | ||
URL = 'https://github.com/giotto-ai/pyflagser' | ||
LICENSE = 'GNU AGPLv3' | ||
DOWNLOAD_URL = 'https://github.com/giotto-ai/pyflagser/tarball/v0.3.0' | ||
DOWNLOAD_URL = 'https://github.com/giotto-ai/pyflagser/tarball/v0.3.1' | ||
VERSION = __version__ # noqa | ||
CLASSIFIERS = ['Intended Audience :: Science/Research', | ||
'Intended Audience :: Developers', | ||
|