Skip to content

Commit

Permalink
Merge pull request #12 from aio-libs/v0.1.0
Browse files Browse the repository at this point in the history
v0.1.0 release
  • Loading branch information
rutsky committed Nov 5, 2015
2 parents 0fe9847 + 22b9ff4 commit ce42c8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGES
=======

0.1.0 (2015-11-02)
0.1.0 (2015-11-05)
^^^^^^^^^^^^^^^^^^

* Initial release.
2 changes: 1 addition & 1 deletion aiohttp_cors/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""

__title__ = "aiohttp_cors"
__version__ = "0.1.0a0"
__version__ = "0.1.0"
__author__ = "Vladimir Rutsky"
__email__ = "vladimir@rutsky.org"
__summary__ = "CORS support for aiohttp"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import os
import sys
from setuptools import setup, find_packages
from setuptools import setup


def read_file(filename):
Expand Down Expand Up @@ -48,7 +48,7 @@ def read_file(filename):
read_file("README.rst"),
read_file("CHANGES.rst"),
)),
packages=find_packages(),
packages=["aiohttp_cors"],
setup_requires=[
# Setuptools fixed environment markers (":python_version < '3.5'")
# in 17.1, and pip in 6.
Expand Down

0 comments on commit ce42c8e

Please sign in to comment.