Skip to content

Commit c5ee0a4

Browse files
committed
Bumps for 0.0.2 release.
1 parent 23555cc commit c5ee0a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
* Next Release
4+
* 0.0.2 (17-Nov-2014)
55

66
- Support removal of .egg-info and .egg directories.
77
- Add support for *--dry-run*

setupext/janitor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os.path
44

55

6-
version_info = (0, 0, 1)
6+
version_info = (0, 0, 2)
77
__version__ = '.'.join(str(v) for v in version_info)
88

99

0 commit comments

Comments
 (0)