Skip to content

Commit

Permalink
Bump version: 1.0.0-alpha.1 → 1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed May 11, 2019
1 parent b714bea commit 18a3a12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion seagull/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

__all__ = ["Board", "Simulator", "rules"]

__version__ = "1.0.0-alpha.1"
__version__ = "1.0.0-beta.0"
__author__ = "Lester James V. Miranda"
__email__ = "ljvmiranda@gmail.com"
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0-alpha.1
current_version = 1.0.0-beta.0
commit = True
tag = True
tag_name = v{new_version}
Expand Down Expand Up @@ -29,3 +29,4 @@ universal = 1

[flake8]
exclude = docs

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="pyseagull",
version="1.0.0-alpha.1",
version="1.0.0-beta.0",
description="Python library for simulating Conway's Game of Life",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 18a3a12

Please sign in to comment.