Skip to content

Commit

Permalink
Merge pull request #13 from crd/develop
Browse files Browse the repository at this point in the history
Address requests finding
  • Loading branch information
crd committed Nov 27, 2018
2 parents 36c6b08 + aed3d1d commit 9f90aec
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
30 changes: 15 additions & 15 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -41,8 +41,8 @@ From the Command Line
$ faker credit_score -i faker_credit_score
756
From within Python
~~~~~~~~~~~~~~~~~~
From within your Python Project
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Add the ``CreditScore`` Provider to your ``Faker`` instance:

Expand All @@ -64,7 +64,7 @@ Add the ``CreditScore`` Provider to your ``Faker`` instance:
Contributing
------------

Please, by all means, contribute!
By all means, contribute! I'd be happy to work with any first-time open source contributors so please, don't be shy.

Testing
-------
Expand Down
2 changes: 1 addition & 1 deletion faker_credit_score/__version__.py
@@ -1,4 +1,4 @@
"""Package version."""
VERSION = (0, 2, 1)
VERSION = (0, 2, 2)

__version__ = '.'.join(map(str, VERSION))
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -112,12 +112,12 @@ def run(self):
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Testing',
'Topic :: Utilities',
],
# $ setup.py publish support.
cmdclass={
Expand Down

0 comments on commit 9f90aec

Please sign in to comment.