Skip to content

Commit 40199e7

Browse files
committed
vr 0.0.2
1 parent 98a73c9 commit 40199e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DevGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ It is also a good idea to tag all releases to PyPI on the Github repo.
270270
Wheels distrobutions are built and ready to install, pip uses these by default.
271271
* Create a Wheels Built Distribution:
272272
```sh
273-
python setup.py bdist_wheels
273+
python setup.py bdist_wheel
274274
```
275275
276276
3. **Uploading to PyPI using Twine**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="nloed",
9-
version="0.0.1",
9+
version="0.0.2",
1010
author='Nate Braniff',
1111
author_email='[email protected]',
1212
description="A package for nonlinear optimal experimental design",

0 commit comments

Comments
 (0)