Skip to content

Commit

Permalink
Bump version: 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlane93 authored and jlane9 committed Dec 11, 2019
1 parent 0cf0729 commit ad6a94e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.3.1
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion mockerena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
__copyright__ = f"{datetime.now().year}, FanThreeSixty"
__email__ = "mholtzscher@fanthreesixty.com"
__license__ = "MIT"
__version__ = "1.3.0"
__version__ = "1.3.1"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mockerena",
"description": "Mock data providers for data integrations",
"version": "1.3.0",
"version": "1.3.1",
"scripts": {
"docs": "script/docs",
"postsetup": "node postsetup.js",
Expand Down

0 comments on commit ad6a94e

Please sign in to comment.