Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olegtarasov committed Jun 22, 2021
1 parent b363f50 commit 1072a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-export.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from conda.common.serialize import yaml_safe_dump
from conda_env.env import from_environment

__version__ = "0.0.1"
__version__ = "0.0.2"


def get_pip_leaves(prefix: str) -> Set[str]:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="conda-export",
version="0.0.1",
version="0.0.2",
description="Platform agnostic conda environment export",
author="Oleg Tarasov",
url="https://github.com/olegtarasov/conda-export",
Expand Down

0 comments on commit 1072a22

Please sign in to comment.