Projects STRLCPY cupp Commits 24eb7d8b
🤬
  • ■ ■ ■ ■ ■ ■
    .bumpversion.cfg
     1 +[bumpversion]
     2 +current_version = 3.2.5
     3 +commit = True
     4 +tag = True
     5 + 
     6 +[bumpversion:file:cupp.py]
     7 + 
  • ■ ■ ■ ■ ■ ■
    cupp.py
    skipped 41 lines
    42 42  import urllib.request
    43 43  import time
    44 44   
    45  -__author__ = "Muris Kurgas"
     45 +__author__ = "Mebus"
    46 46  __license__ = "GPL"
    47  -__version__ = "3.2.5-alpha"
     47 +__version__ = "3.2.5"
    48 48   
    49 49  CONFIG = {}
    50 50   
    skipped 1046 lines
Please wait...
Page is in error, reload to recover