Skip to content

Commit 51df025

Browse files
committed
v0.4.1, add publishing instructions
1 parent a017a60 commit 51df025

File tree

3 files changed

+6
-23
lines changed

3 files changed

+6
-23
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,11 @@ comma variations of these names automatically and make sure things
6464
don't blow up, so it can be a helpful regression indicator.
6565

6666

67-
Provide Example Data
68-
----------------------
67+
New Releases
68+
------------
6969

70-
We humans are the learning machine behind this code, and we can't do
71-
it without real world data. If it doesn't work, start a new issue
72-
because we probably don't know.
70+
[https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/](Publishing to Pypi Guide)
7371

74-
If you have a dataset that has lots of issues, add the data to a
75-
[gist](https://gist.github.com) and [create a new
76-
issue](https://github.com/derek73/python-nameparser/issues) so we can
77-
try to get it working as expected.
78-
79-
Feel free to update this documentation to address any questions that I
80-
missed. GitHub makes it pretty easy to edit it right on the web site
81-
now.
72+
$ python setup.py sdist bdist_wheel
73+
$ twine upload dist/*
8274

docs/contributing.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,3 @@ Find more information about running tests and contributing the project at the pr
99

1010
https://github.com/derek73/python-nameparser/blob/master/CONTRIBUTING.md
1111

12-
Providing Example Data
13-
----------------------
14-
15-
We humans are the learning machine behind this code, and we can't do it without real world data. If it doesn't work, start a new issue because we probably don't know.
16-
17-
If you have a dataset that has lots of issues, add the data to a [gist](https://gist.github.com) and [create a new issue](https://github.com/derek73/python-nameparser/issues) so we can try to get it working as expected.
18-
19-
Feel free to update this documentation to address any questions that I missed. GitHub makes it pretty easy to edit it right on the web site now.
20-

nameparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 4, 0)
1+
VERSION = (0, 4, 1)
22
__version__ = '.'.join(map(str, VERSION))
33
__author__ = "Derek Gulbranson"
44
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)