Skip to content

Commit

Permalink
v1.0.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaybabloo committed Jan 16, 2018
1 parent cec5579 commit 8fdce1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release_exporter/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def version():
return 'v1.0.1'
return 'v1.0.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from release_exporter._version import version

here = os.path.abspath(os.path.dirname(__file__))
here = os.path.abspath(os.path.dirname(__file__)) + os.sep

try:
import pypandoc
Expand Down

0 comments on commit 8fdce1f

Please sign in to comment.