Skip to content

Commit

Permalink
Bump version: 0.0.1.dev7 → 0.0.1.dev8
Browse files Browse the repository at this point in the history
  • Loading branch information
saroad2 committed May 13, 2020
1 parent 5a4e9a7 commit e5c1ff1
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 = 0.0.1.dev7
current_version = 0.0.1.dev8
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
from setuptools import setup

version = "0.0.1.dev7"
version = "0.0.1.dev8"
setup(version=version)
2 changes: 1 addition & 1 deletion src/eddington_static/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# noqa: D104
# pylint: disable=missing-module-docstring

__version__ = "0.0.1.dev7"
__version__ = "0.0.1.dev8"

0 comments on commit e5c1ff1

Please sign in to comment.