Browse Source

Version number -> 2.3

Thomas Kluyver 6 years ago
parent
commit
4bf55cbd6a
1 changed files with 1 additions and 1 deletions
  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__)