We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a73c9 commit 40199e7Copy full SHA for 40199e7
DevGuide.md
@@ -270,7 +270,7 @@ It is also a good idea to tag all releases to PyPI on the Github repo.
270
Wheels distrobutions are built and ready to install, pip uses these by default.
271
* Create a Wheels Built Distribution:
272
```sh
273
- python setup.py bdist_wheels
+ python setup.py bdist_wheel
274
```
275
276
3. **Uploading to PyPI using Twine**
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name="nloed",
9
- version="0.0.1",
+ version="0.0.2",
10
author='Nate Braniff',
11
author_email='[email protected]',
12
description="A package for nonlinear optimal experimental design",
0 commit comments