Skip to content

Commit 36ccc3e

Browse files
committed
corrigido setup.py
1 parent cf644c7 commit 36ccc3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
# -*- coding: utf-8 -*-
33

44
import os
5-
from bitly import VERSION
65
from setuptools import setup
76

7+
VERSION = '0.3-CORE'
8+
89
setup(
910
name='python-bitly',
1011
version=VERSION,

0 commit comments

Comments
 (0)