Skip to content

Commit

Permalink
fix: dev: Bumping to 1.2.1 and fixing an issue with the entry point.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-jenkins committed Sep 18, 2019
1 parent 4fbc161 commit 1362a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/plantweb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

__author__ = 'KuraLabs S.R.L'
__email__ = 'info@kuralabs.io'
__version__ = '1.2.0'
__version__ = '1.2.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ def find_requirements(filename):
zip_safe=False,

entry_points={
'console_scripts': ['plantweb=plantweb.__main__.run'],
'console_scripts': ['plantweb=plantweb.__main__:run'],
},
)

0 comments on commit 1362a40

Please sign in to comment.