Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Feb 12, 2024
1 parent 2dc8d3e commit 5365354
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions README.md
Expand Up @@ -9,12 +9,11 @@ documentation available at

## Dependencies

The tool requires a standard [Python](http://python.org/) installation (2.7 and
3.7 or higher are supported) with the following modules:
The tool requires a standard [Python](http://python.org/) installation (3.7 or
higher are supported) with the following modules:

1. [numpy](http://www.numpy.org/) version 1.8.2 or latest
2. [pandas](http://pandas.pydata.org/) version 0.17.1 or latest
3. [six](https://pythonhosted.org/six/) version 1.9.0 or latest
1. [numpy](http://www.numpy.org/)
2. [pandas](http://pandas.pydata.org/)

The tool has been tested on *Linux* only, but should work on *MacOS* and
*Windows* operating systems as well.
Expand Down Expand Up @@ -76,4 +75,4 @@ OK

The following
[notebook](http://nbviewer.ipython.org/github/lemieuxl/pyplink/blob/master/demo/PyPlink%20Demo.ipynb)
contains a demonstration (for both Python 2 and 3) of the `PyPlink` module.
contains a demonstration of the `PyPlink` module.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -22,7 +22,7 @@

MAJOR = 1
MINOR = 3
MICRO = 6
MICRO = 7
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MICRO)


Expand Down Expand Up @@ -77,13 +77,13 @@ def setup_package():
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Topic :: Scientific/Engineering :: Bio-Informatics"],
keywords="bioinformatics format Plink binary",
Expand Down

0 comments on commit 5365354

Please sign in to comment.