diff --git a/magneticod/magneticod/__init__.py b/magneticod/magneticod/__init__.py index b775b8539..cc8c8be5f 100644 --- a/magneticod/magneticod/__init__.py +++ b/magneticod/magneticod/__init__.py @@ -12,4 +12,4 @@ # # You should have received a copy of the GNU Affero General Public License along with this program. If not, see # . -__version__ = (0, 3, 0) +__version__ = (0, 4, 0) diff --git a/magneticod/setup.py b/magneticod/setup.py index b8ba4d942..b71ad1a1a 100644 --- a/magneticod/setup.py +++ b/magneticod/setup.py @@ -8,7 +8,7 @@ def read_file(path): setup( name="magneticod", - version="0.3.0", + version="0.4.0", description="Autonomous BitTorrent DHT crawler and metadata fetcher.", long_description=read_file("README.rst"), url="http://magnetico.org", diff --git a/magneticow/setup.py b/magneticow/setup.py index 0fd87c4a7..2d5c0ed74 100644 --- a/magneticow/setup.py +++ b/magneticow/setup.py @@ -8,7 +8,7 @@ def read_file(path): setup( name="magneticow", - version="0.3.0", + version="0.4.0", description="Lightweight web interface for magnetico.", long_description=read_file("README.rst"), url="http://magnetico.org",