diff --git a/falcon/version.py b/falcon/version.py index e6b570a..0497718 100644 --- a/falcon/version.py +++ b/falcon/version.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.1.9.dev1' +__version__ = '0.2.0a1' """Current version of Falcon.""" diff --git a/setup.cfg b/setup.cfg index e1b5916..3f0e454 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [egg_info] -tag_build = dev1 +tag_build = [wheel] universal = 1