setup.py/README.md: update after transfer, bump
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 21 Nov 2014 21:17:34 +0000 (16:17 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 21 Nov 2014 21:18:14 +0000 (16:18 -0500)
README.md
setup.py

index 8c1c2f70b0272891651bc431c6bbc2b55d3ec0bf..c3d3e023d94466cd67a62eabe58172aed297317c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ save it to some permanent storage, swap it with another empty buffer and
 concatenate recorded packets, etc.
 
 barectf is written in Python 3 and currently uses
-[pytsdl](https://github.com/eepp/pytsdl) to parse the CTF metadata file
+[pytsdl](https://github.com/efficios/pytsdl) to parse the CTF metadata file
 provided by the user.
 
 
index 34bd83014bcfbc308f4bed93d7de9b023ecd8151..0743a4d1a3f387ef969386d8a2e1673038aade29 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -53,13 +53,13 @@ entry_points = {
 
 
 setup(name='barectf',
-      version=0.1,
+      version='0.1.1',
       description='Generator of C99 code that can write native CTF',
       author='Philippe Proulx',
       author_email='eeppeliteloop@gmail.com',
       license='MIT',
       keywords='ctf generator tracing bare-metal bare-machine',
-      url='https://github.com/eepp/barectf',
+      url='https://github.com/efficios/barectf',
       packages=packages,
       install_requires=install_requires,
       entry_points=entry_points)
This page took 0.024505 seconds and 4 git commands to generate.