Skip to content

Commit

Permalink
Bumping version, adds twine to dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Niru Maheswaranathan committed May 30, 2016
1 parent 188e5e9 commit 4ad9558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyret/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
'filtertools',
]

__version__ = '0.4.2'
__version__ = '0.4.3'

from pyret import *
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements.txt
pytest
coveralls
twine

0 comments on commit 4ad9558

Please sign in to comment.