Skip to content

Commit

Permalink
Merge pull request #3 from sinhrks/rel0.2
Browse files Browse the repository at this point in the history
REL: v0.2
  • Loading branch information
sinhrks committed Nov 15, 2017
2 parents 7df61e4 + 8a77697 commit ba64175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pydetect/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.1.0.dev'
version = '0.2.0'
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
README = 'README.rst'
REQUIREMENTS = 'requirements.txt'

VERSION = '0.1.0.dev'
VERSION = '0.2.0'

def read(fname):
# file must be read as utf-8 in py3 to avoid to be bytes
Expand Down Expand Up @@ -39,5 +39,3 @@ def write_version_py(filename=None):
packages=find_packages(),
install_requires=list(read(REQUIREMENTS).splitlines())
)


0 comments on commit ba64175

Please sign in to comment.