Skip to content

Commit

Permalink
bumping version for a happy pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Katharine Jarmul committed Mar 28, 2023
1 parent cc34511 commit 29c0a72
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
5 changes: 3 additions & 2 deletions HISTORY.rst
Expand Up @@ -2,12 +2,13 @@
History
=======


0.1.1 (2023-03-28)
0.1.2 (2023-03-28)
------------------

* Update python versions
* Fix several nondeterministic bugs


0.1.0 (2017-09-13)
------------------

Expand Down
3 changes: 1 addition & 2 deletions README.rst
Expand Up @@ -2,7 +2,6 @@
datafuzz
========


.. image:: https://img.shields.io/pypi/v/datafuzz.svg
:target: https://pypi.python.org/pypi/datafuzz

Expand Down Expand Up @@ -43,7 +42,7 @@ Install datafuzz by running::

Recommended use is with a proper Virtual Environment (learn more about `virtual environments <http://docs.python-guide.org/en/latest/dev/virtualenvs/>`).

For more details see :doc:`/installation`
For more details see Installation Instructions.

Contribute
----------
Expand Down
2 changes: 1 addition & 1 deletion datafuzz/__version__.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
""" Set version details """
__version__ = '0.1.1'
__version__ = '0.1.2'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@

setup(
name='datafuzz',
version='0.1.1',
version='0.1.2',
description="A data-science library built for testing cleaning, schema validation and model robustness. It messes up your data so you can test your data engineering and data science code (before it breaks in production).",
long_description=readme + '\n\n' + history,
author="Katharine Jarmul",
Expand Down

0 comments on commit 29c0a72

Please sign in to comment.