Quellcode durchsuchen

release/0.2.3

tags/v0.2.3^0
Ben Kurtovic vor 9 Jahren
Ursprung
Commit
51a482d7a2
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +1
    -1
      gitup/__init__.py
  2. +1
    -1
      setup.py

+ 1
- 1
gitup/__init__.py Datei anzeigen

@@ -10,5 +10,5 @@ gitup: the git repository updater
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2011-2014 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.2.2"
__version__ = "0.2.3"
__email__ = "ben.kurtovic@gmail.com"

+ 1
- 1
setup.py Datei anzeigen

@@ -19,7 +19,7 @@ setup(
name = "gitup",
packages = find_packages(),
entry_points = {"console_scripts": ["gitup = gitup.script:run"]},
install_requires = ["GitPython >= 0.3.2.RC1", "colorama >= 0.2.7"],
install_requires = ["GitPython >= 0.3.6", "colorama >= 0.3.3"],
version = __version__,
author = "Ben Kurtovic",
author_email = "ben.kurtovic@gmail.com",


Laden…
Abbrechen
Speichern