Skip to content

Commit

Permalink
Stay on 2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphsmith committed Jul 30, 2019
1 parent 578c72f commit f00db56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lazy_import/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3-dev0
0.2.3-dev1
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
test_suite='lazy_import.test_lazy',
tests_require=tests_require,
extras_require={'test': tests_require},
package_data={'lazy_import': ['VERSION']}
package_data={'lazy_import': ['VERSION']},
python_requires=">=2.7",
)

0 comments on commit f00db56

Please sign in to comment.