Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 0.2.0b6
[noissue]
  • Loading branch information
goosemania committed Jul 24, 2020
1 parent c2de23c commit 43c2f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pulp_2to3_migration/__init__.py
@@ -1,3 +1,3 @@
__version__ = "0.2.0b6.dev"
__version__ = "0.2.0b6"

default_app_config = 'pulp_2to3_migration.app.Pulp2To3MigrationPluginAppConfig'
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,15 +3,15 @@
from setuptools import find_packages, setup

requirements = [
'pulpcore>=3.3',
'pulpcore==3.4',
'mongoengine',
'semantic_version',
'jsonschema>=3.0',
]

setup(
name='pulp-2to3-migration',
version='0.2.0b6.dev',
version='0.2.0b6',
description='Pulp 2 to Pulp 3 migration tool',
license='GPLv2+',
author='Pulp Team',
Expand Down

0 comments on commit 43c2f10

Please sign in to comment.