Skip to content

Commit

Permalink
version release updated v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamdam committed Oct 11, 2017
1 parent f19a616 commit 93e16ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iagitup.py - v1.1 - archive a github repository on archive.org
# iagitup.py - v1.2 - archive a github repository on archive.org

A small tool to archive a GitHub repository on the Internet Archive.
The script downloads the GitHub repository, creates a [git bundle](https://git-scm.com/docs/git-bundle) and uploads it on archive.org
Expand Down
2 changes: 1 addition & 1 deletion iagitup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__copyright__ = "Copyright 2017, Giovanni Damiola"
__main_name__ = 'iagitup'
__license__ = 'GPLv3'
__version__ = "v1.1"
__version__ = "v1.2"

import os
import sys
Expand Down

0 comments on commit 93e16ba

Please sign in to comment.