Skip to content

Commit

Permalink
Ready to tag for 1.0.0.
Browse files Browse the repository at this point in the history
Ready to tag for 1.0.0.
  • Loading branch information
andrewmarconi committed Mar 8, 2017
1 parent e9adacb commit 5dd104a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ PyPrintful
`PyPrintful <https://github.com/559labs/PyPrintful>`_ is a simple Python3-compatible interface to the `Printful API
<http://api.printful.com/>`_.

Quick Start
-----------
Installation
------------

1. Install the package with: `pip3 install pyprintful`

Documentation
-------------

Documentation is available at <http://pyprintful.readthedocs.io/>.
- Documentation is available at `<http://pyprintful.readthedocs.io>`_.
- Report all bugs at `<https://github.com/559Labs/pyPrintful/issues>`_.


.. image:: https://readthedocs.org/projects/pyprintful/badge/?version=latest
:target: http://pyprintful.readthedocs.io/en/latest/?badge=latest
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.

# The short X.Y version.
version = '1.0.0a6'
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0a6'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyPrintful/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class pyPrintful:
:returns: A stateful object with an authenticated connection.
"""

VERSION = "1.0.0a6"
VERSION = "1.0.0"

_store = {
'base_url': 'https://api.printful.com/',
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

setup(
name='PyPrintful',
version='1.0.0a6',
version='1.0.0',
description='A Python3 wrapper for the Printful.com API.',
long_description=long_description,
url='https://github.com/559Labs/pyPrintful',
author='559 Labs',
author_email='hello@559labs.com',
license='Apache',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Framework :: Django',
'Framework :: Django :: 1.10',
Expand Down

0 comments on commit 5dd104a

Please sign in to comment.