chore: Prevent sdist from including 'dev' twice in the archive name

This commit is contained in:
Kurt Griffiths
2015-02-13 14:28:50 -06:00
parent 0f1ef875fb
commit 69756bcf9a
2 changed files with 2 additions and 2 deletions

View File

@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = '0.3.0dev'
__version__ = '0.3.0'
"""Current version of Falcon."""

View File

@@ -1,5 +1,5 @@
[egg_info]
tag_build = dev
tag_build = dev1
[wheel]
universal = 1