Skip to content

Commit

Permalink
Merge pull request #13 from portfoliome/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.0.7
  • Loading branch information
pmart123 authored Feb 10, 2017
2 parents ef9a3ea + 48ed2d3 commit 48ed669
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[run]
branch = True

[report]
show_missing = true
exclude_lines =
def __repr__
def __str__
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.:
2 changes: 1 addition & 1 deletion pgawedge/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version_info = (0, 0, 6)
version_info = (0, 0, 7)

__version__ = '.'.join(map(str, version_info))
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wheel]
python-tag = py35
python-tag = py35, py36

[bdist_wheel]
python-tag = py35
python-tag = py35, py36

[aliases]
test=pytest
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ def get_requirements(requirement_file):
classifiers=[
'Intended Audience :: Developers',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Database',
'Topic :: Database :: Database Engines/Servers',
'Development Status :: 2 - Pre-Alpha'
'Topic :: Utilities',
'Development Status :: 3 - Alpha'
],
author='Philip Martin',
author_email='[email protected]',
Expand Down

0 comments on commit 48ed669

Please sign in to comment.