Skip to content

Commit

Permalink
Merge pull request #4 from qbicsoftware/release/0.1.0
Browse files Browse the repository at this point in the history
Prepare release 0.1.0
  • Loading branch information
sven1103 authored Nov 9, 2018
2 parents 48698ee + c7d9642 commit fd4c135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include LICENSE
include README.rst
recursive-include r_lint *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

version = '0.1dev'
version = '0.1.0'

with open('README.rst') as f:
readme = f.read()
Expand Down

0 comments on commit fd4c135

Please sign in to comment.