Skip to content

Commit

Permalink
REL/DOC: classifiers, bump vsn, ci ref (biocore#326)
Browse files Browse the repository at this point in the history
* REL: update python classifiers & bump version

* DOC: Update CI ref in README
  • Loading branch information
fedarko committed Oct 26, 2022
1 parent 14702e9 commit dc8abc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ For JavaScript testing/style checking, Qurro uses
[nyc](https://github.com/istanbuljs/nyc), [jshint](https://jshint.com/),
and [prettier](https://prettier.io/).

Qurro also uses [Travis-CI](https://travis-ci.com/) and
Qurro also uses [GitHub Actions](https://github.com/features/actions) and
[Codecov](https://codecov.io/).

The Jupyter notebooks in Qurro's `example_notebooks/` folder are automatically
Expand Down
2 changes: 1 addition & 1 deletion qurro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
# The full license is in the file LICENSE.txt, distributed with this software.
# ----------------------------------------------------------------------------

__version__ = "0.8.0"
__version__ = "0.8.0-dev"
name = "qurro"
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Visualization
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Operating System :: Unix
Operating System :: POSIX
Expand Down

0 comments on commit dc8abc9

Please sign in to comment.