Skip to content

Commit 0837c7d

Browse files
committed
0.3.0 version bump
1 parent dc43368 commit 0837c7d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.3.0
2+
-----
3+
4+
- Removed `watch` command in favor of passing `--watch` into the `compile`
5+
command.
6+
- Add granular control to the `compile` command so that you can specify
7+
specific files, contract names, or a combination of the two.
8+
19
0.2.0
210
-----
311

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
except ImportError:
1010
from distutils.core import setup, find_packages
1111

12-
version = '0.2.0'
12+
version = '0.3.0'
1313

1414
readme = open(os.path.join(DIR, 'README.md')).read()
1515

0 commit comments

Comments
 (0)