Thomas Kluyver пре 6 година
родитељ
комит
4bf55cbd6a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      nsist/__init__.py

+ 1 - 1
nsist/__init__.py

@@ -25,7 +25,7 @@ from .nsiswriter import NSISFileWriter
 from .wheels import WheelGetter
 from .util import download, get_cache_dir, normalize_path
 
-__version__ = '2.2'
+__version__ = '2.3'
 
 pjoin = os.path.join
 logger = logging.getLogger(__name__)