Skip to content

Commit

Permalink
Merge pull request #1 from zedrem/release-1.0.1
Browse files Browse the repository at this point in the history
Updated manifest to include resources
  • Loading branch information
ash-williams committed Jan 25, 2019
2 parents be79a4b + ef434f9 commit 1b62b80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include HISTORY.rst
include LICENSE
include README.rst

recursive-include coast_core/resources *
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/zedrem/coast_core',
version='1.0.0',
version='1.0.1',
zip_safe=False,
dependency_links=dependency_links
)

0 comments on commit 1b62b80

Please sign in to comment.