Skip to content

Commit 39bb5e7

Browse files
authored
Bump version to 2.0.4-dev after release (#155)
1 parent a4f7e95 commit 39bb5e7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ generated in the following situations:
2525
## Changelog
2626

2727

28+
### 2.0.4-dev
29+
30+
31+
2832
### 2.0.3
2933

3034
* [API] Fix incorrect output of `Integer_Literal.dump()` method.

trlc/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with TRLC. If not, see <https://www.gnu.org/licenses/>.
2020

21-
VERSION_TUPLE = (2, 0, 3)
22-
VERSION_SUFFIX = ""
21+
VERSION_TUPLE = (2, 0, 4)
22+
VERSION_SUFFIX = "dev"
2323

2424
TRLC_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
2525
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")

0 commit comments

Comments
 (0)